HomeSort by: relevance | last modified time | path
    Searched refs:output (Results 1 - 25 of 329) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/isc/libsodium/dist/test/default/
stream.c 16 static unsigned char output[4194304]; variable
26 randombytes_buf(output, sizeof output);
27 crypto_stream(output, sizeof output, nonce, firstkey);
28 crypto_hash_sha256(h, output, sizeof output);
32 assert(sizeof output > 4000);
34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey)
    [all...]
kdf.exp 11 Failure -- probably expected for output length=0
12 Failure -- probably expected for output length=1
13 Failure -- probably expected for output length=2
14 Failure -- probably expected for output length=3
15 Failure -- probably expected for output length=4
16 Failure -- probably expected for output length=5
17 Failure -- probably expected for output length=6
18 Failure -- probably expected for output length=7
19 Failure -- probably expected for output length=8
20 Failure -- probably expected for output length=
    [all...]
stream2.c 14 static unsigned char output[4194304]; variable
22 crypto_stream_salsa20(output, sizeof output, noncesuffix, secondkey);
23 crypto_hash_sha256(h, output, sizeof output);
28 assert(sizeof output > 4000);
30 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 0U,
33 assert(output[i] == 0);
35 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 1U
    [all...]
core3.c 24 unsigned char *output; local
38 output = (unsigned char *) sodium_malloc(output_len);
49 crypto_core_salsa20(output + pos, in, secondkey, c);
56 crypto_hash_sha256(h, output, output_len);
67 crypto_core_salsa2012(output + pos, in, secondkey, c);
74 crypto_hash_sha256(h, output, output_len);
84 crypto_core_salsa208(output + pos, in, secondkey, c);
91 crypto_hash_sha256(h, output, output_len);
103 sodium_free(output);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp2_transition.c 36 struct mod_hdcp_output *output)
47 callback_in_ms(0, output);
48 set_state_id(hdcp, output, HDCP_INITIALIZED);
50 callback_in_ms(0, output);
51 set_state_id(hdcp, output, H2_A1_SEND_AKE_INIT);
60 fail_and_restart_in_ms(0, &status, output);
63 fail_and_restart_in_ms(0, &status, output);
66 set_watchdog_in_ms(hdcp, 100, output);
67 callback_in_ms(0, output);
68 set_state_id(hdcp, output, H2_A1_VALIDATE_AKE_CERT)
    [all...]
amdgpu_hdcp1_transition.c 36 struct mod_hdcp_output *output)
46 callback_in_ms(500, output);
50 callback_in_ms(0, output);
51 set_state_id(hdcp, output, H1_A1_EXCHANGE_KSVS);
58 fail_and_restart_in_ms(0, &status, output);
66 fail_and_restart_in_ms(0, &status, output);
69 callback_in_ms(300, output);
70 set_state_id(hdcp, output,
76 fail_and_restart_in_ms(0, &status, output);
85 fail_and_restart_in_ms(1000, &status, output);
    [all...]
amdgpu_hdcp.c 131 struct mod_hdcp_output *output)
141 callback_in_ms(0, output);
142 set_state_id(hdcp, output, D2_A0_DETERMINE_RX_HDCP_CAPABLE);
144 callback_in_ms(0, output);
145 set_state_id(hdcp, output, D1_A0_DETERMINE_RX_HDCP_CAPABLE);
147 callback_in_ms(0, output);
148 set_state_id(hdcp, output, HDCP_CP_NOT_DESIRED);
152 callback_in_ms(0, output);
153 set_state_id(hdcp, output, H2_A0_KNOWN_HDCP2_CAPABLE_RX);
155 callback_in_ms(0, output);
283 struct mod_hdcp_output output; local
299 struct mod_hdcp_output output; local
    [all...]
  /src/bin/sh/
output.h 1 /* $NetBSD: output.h,v 1.28 2021/11/10 15:58:38 kre Exp $ */
34 * @(#)output.h 8.2 (Berkeley) 5/4/95
41 struct output { struct
49 struct output *chain;
54 #define OUTPUT_ERR 0x01 /* error occurred on output */
57 extern struct output output;
58 extern struct output errout;
59 extern struct output memout;
60 extern struct output *out1
    [all...]
redir.h 39 #define REDIR_BACKQ 0x02 /* save the command output in memory */
57 struct output;
58 int outredir(struct output *, union node *, int);
  /src/tests/libexec/ld.elf_so/data/
Makefile 7 FILES= symver-output-ref-stderr.v0-v0
8 FILES+= symver-output-ref-stderr.v0-v1
9 FILES+= symver-output-ref-stderr.v0-v2
10 FILES+= symver-output-ref-stderr.v1-v0
11 FILES+= symver-output-ref-stderr.v1-v1
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
16 FILES+= symver-output-ref-stdout.v0-v
    [all...]
  /src/usr.bin/make/unit-tests/
meta-output.exp 1 Test -B output
6 Test -j1 output
meta-output.mk 5 .if make(output)
11 all: output.-B output.-j1
15 # This output should be accurately reflected in the .meta file.
18 output: .NOPATH
19 @{ echo Test ${tag} output; \
25 output.-B output.-j1:
26 @{ rm -f ${TMPDIR}/output; mkdir -p ${TMPDIR}/obj; \
27 MAKEFLAGS= ${.MAKE} -r -C ${TMPDIR} ${.TARGET:E} tag=${.TARGET:E} -f ${_mf} output; \
    [all...]
  /src/tests/bin/sh/
t_evaltested.sh 48 output="$($TEST_SH helper.sh)"
51 if [ -n "$output" ]
53 atf_fail "$output"
t_wait.sh 78 output=$(${TEST_SH} individualhelper.sh 2>&1)
79 [ $? -eq 0 ] || atf_fail "${output}"
113 output=$(${TEST_SH} individualhelper.sh 2>&1)
114 [ $? -eq 0 ] || atf_fail "${output}"
137 output=$(${TEST_SH} individualhelper.sh 2>&1)
138 [ $? -eq 0 ] || atf_fail "${output}"
183 output="$(cat $z | tr '\n' ' ')"
185 if [ "$output" != "SIGHUP 129 3 127 " ]; then
186 atf_fail "${output} != 'SIGHUP 129 3 127 '"
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
juno-clocks.dtsi 15 clock-output-names = "juno:uartclk";
22 clock-output-names = "clk48mhz";
29 clock-output-names = "smc_clk";
36 clock-output-names = "apb_pclk";
43 clock-output-names = "faxi_clk";
  /src/lib/libc/net/
base64.c 88 The encoding process represents 24-bit groups of input bits as output
96 output string.
132 output will be an integral multiple of 4 characters
135 here, the final unit of encoded output will be two
138 here, the final unit of encoded output will be three
146 u_char output[4]; local
158 output[0] = (uint32_t)input[0] >> 2;
159 output[1] = ((uint32_t)(input[0] & 0x03) << 4) +
161 output[2] = ((uint32_t)(input[1] & 0x0f) << 2) +
163 output[3] = input[2] & 0x3f
    [all...]
  /src/sys/dev/microcode/ral/
build.c 31 output(const char *name, const uint8_t *ucode, int size) function
54 output("ral-rt2561", rt2561, sizeof rt2561);
55 output("ral-rt2561s", rt2561s, sizeof rt2561s);
56 output("ral-rt2661", rt2661, sizeof rt2661);
57 output("ral-rt2860", rt2860, sizeof rt2860);
  /src/regress/sys/kern/unfdpass/
Makefile 10 file20 file21 file22 file23 file24 output test-sock
13 @./unfdpass > output
14 @if ! cmp -s ${.CURDIR}/expected output; then \
  /src/sys/dev/microcode/run/
build.c 31 output(const char *name, const uint8_t *ucode, int size) function
55 output("run-rt2870", rt2870, sizeof rt2870);
56 output("run-rt3071", rt3071, sizeof rt3071);
  /src/sys/dev/microcode/zyd/
build.c 30 output(const char *name, const uint8_t *ucode, int size) function
53 output("zyd-zd1211", zd1211_firmware, sizeof zd1211_firmware);
54 output("zyd-zd1211b", zd1211b_firmware, sizeof zd1211b_firmware);
  /src/games/fortune/tools/
Do_troff 11 echo troff output in $file.tr
  /src/tests/libexec/ld.elf_so/
t_dl_symver.sh 45 -o file:$(datadir)/symver-output-ref-stdout.v$tv-v$lv \
46 -e file:$(datadir)/symver-output-ref-stderr.v$tv-v$lv \
  /src/usr.bin/nbperf/
nbperf-bdz.c 143 fprintf(nbperf->output, "#include <stdlib.h>\n");
144 fprintf(nbperf->output, "#include <strings.h>\n\n");
146 fprintf(nbperf->output, "%suint32_t\n",
148 fprintf(nbperf->output,
151 fprintf(nbperf->output, "{\n");
153 fprintf(nbperf->output,
160 fprintf(nbperf->output, "%s0x%016" PRIx64 "ULL,%s",
168 fprintf(nbperf->output, "%s0x%016" PRIx64 "ULL,%s",
173 fprintf(nbperf->output, "%s\t};\n", (i % 2 ? "\n" : ""));
175 fprintf(nbperf->output,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 94 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); local
96 virtio_gpu_cmd_set_scanout(vgdev, output->index, 0,
104 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); local
106 output->enabled = true;
114 struct virtio_gpu_output *output = drm_crtc_to_virtio_gpu_output(crtc); local
116 virtio_gpu_cmd_set_scanout(vgdev, output->index, 0, 0, 0, 0, 0);
117 output->enabled = false;
162 struct virtio_gpu_output *output = local
167 if (output->edid) {
168 count = drm_add_edid_modes(connector, output->edid)
196 struct virtio_gpu_output *output = local
230 struct virtio_gpu_output *output = local
261 struct virtio_gpu_output *output = vgdev->outputs + index; local
    [all...]
  /src/tests/usr.sbin/mtree/
t_mtree.sh 28 # Postprocess mtree output, canonicalising portions that
87 # run mtree and check output
88 ( cd create && mtree -F ${FLAVOR} -c -k type,nlink,link,size,sha256 ) >output.raw \
90 h_postprocess <output.raw >output
91 h_check "$(atf_get_srcdir)/${FLAVOR}_d_create.out" output
125 # run mtree and check output
126 ( cd create && mtree -F ${FLAVOR} ) <"$(atf_get_srcdir)/${FLAVOR}_d_create.out" >output \
128 h_check /dev/null output
159 mtree -F ${FLAVOR} -C -K all <"$(atf_get_srcdir)/d_convert.in" >output
    [all...]

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 91011>>