Searched refs:output (Results 1 - 25 of 1293) sorted by relevance

1234567891011>>

/src/sys/external/isc/libsodium/dist/test/default/
H A Dstream.c16 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
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, 400
[all...]
H A Dkdf.exp11 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 lengt
[all...]
H A Dstream2.c14 static unsigned char output[4194304]; variable in typeref:typename:unsigned char[4194304]
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, outpu
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp2_transition.c36 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_CER
33 mod_hdcp_hdcp2_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp2 * input,struct mod_hdcp_output * output) argument
375 mod_hdcp_hdcp2_dp_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp2 * input,struct mod_hdcp_output * output) argument
[all...]
H A Damdgpu_hdcp1_transition.c36 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);
33 mod_hdcp_hdcp1_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input,struct mod_hdcp_output * output) argument
157 mod_hdcp_hdcp1_dp_transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,struct mod_hdcp_transition_input_hdcp1 * input,struct mod_hdcp_output * output) argument
[all...]
H A Damdgpu_hdcp.c131 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);
128 transition(struct mod_hdcp * hdcp,struct mod_hdcp_event_context * event_ctx,union mod_hdcp_transition_input * input,struct mod_hdcp_output * output) argument
186 reset_authentication(struct mod_hdcp * hdcp,struct mod_hdcp_output * output) argument
252 reset_connection(struct mod_hdcp * hdcp,struct mod_hdcp_output * output) argument
283 struct mod_hdcp_output output; local in function:mod_hdcp_setup
299 struct mod_hdcp_output output; local in function:mod_hdcp_teardown
311 mod_hdcp_add_display(struct mod_hdcp * hdcp,struct mod_hdcp_link * link,struct mod_hdcp_display * display,struct mod_hdcp_output * output) argument
366 mod_hdcp_remove_display(struct mod_hdcp * hdcp,uint8_t index,struct mod_hdcp_output * output) argument
444 mod_hdcp_reset_connection(struct mod_hdcp * hdcp,struct mod_hdcp_output * output) argument
457 mod_hdcp_process_event(struct mod_hdcp * hdcp,enum mod_hdcp_event event,struct mod_hdcp_output * output) argument
[all...]
/src/bin/sh/
H A Doutput.h1 /* $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 *out
[all...]
H A Dredir.h39 #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/
H A DMakefile7 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
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-pincfg-evb.dtsi11 pin9_output_high: pin9-output-high {
14 output-high;
21 pin11_output_high: pin11-output-high {
24 output-high;
31 pin24_output_high: pin24-output-high {
34 output-high;
36 pin25_output_low: pin25-output-low {
39 output-low;
41 pin32_output_high: pin32-output-high {
44 output
[all...]
/src/usr.bin/make/unit-tests/
H A Dmeta-output.exp1 Test -B output
6 Test -j1 output
H A Dmeta-output.mk5 .if make(output)
11 all: output.-B output.-j1
15 # This output should be accurately reflected in the .meta file.
18 output: .NOPATH target
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...]
H A Djob-output-null.mk1 # $NetBSD: job-output-null.mk,v 1.4 2022/09/03 08:03:27 rillig Exp $
3 # Test how null bytes in the output of a command are handled. Make processes
4 # them using null-terminated strings, which may cut off some of the output.
6 # Before job.c 1.454 from 2022-09-03, make handled null bytes in the output
8 # typically the child processes output text.
19 # In the latter case the output may arrive in 1 to 3 parts, depending on the
22 # there was a '\n' in each of the blocks from the output. Depending on the
23 # exact timing, the output of that test varied, its possible values were '2a',
29 # The null byte from the command output is replaced with a single
34 # Give the parent process a chance to see the above output, bu
[all...]
/src/tests/bin/sh/
H A Dt_evaltested.sh48 output="$($TEST_SH helper.sh)"
51 if [ -n "$output" ]
53 atf_fail "$output"
/src/lib/libc/net/
H A Dbase64.c88 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 in function:b64_ntop
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[
[all...]
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amd/
H A Damd-seattle-clks.dtsi12 clock-output-names = "adl3clk_100mhz";
19 clock-output-names = "ccpclk_375mhz";
26 clock-output-names = "sataclk_333mhz";
33 clock-output-names = "pcieclk_500mhz";
40 clock-output-names = "dmaclk_500mhz";
47 clock-output-names = "miscclk_250mhz";
54 clock-output-names = "uartspiclk_100mhz";
/src/sys/dev/microcode/ral/
H A Dbuild.c31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
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/
H A DMakefile10 file20 file21 file22 file23 file24 output test-sock
13 @./unfdpass > output
14 @if ! cmp -s ${.CURDIR}/expected output; then \
/src/sys/dev/microcode/run/
H A Dbuild.c31 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
55 output("run-rt2870", rt2870, sizeof rt2870);
56 output("run-rt3071", rt3071, sizeof rt3071);
/src/sys/dev/microcode/zyd/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) function in typeref:typename:void
53 output("zyd-zd1211", zd1211_firmware, sizeof zd1211_firmware);
54 output("zyd-zd1211b", zd1211b_firmware, sizeof zd1211b_firmware);
/src/games/fortune/tools/
H A DDo_troff11 echo troff output in $file.tr
/src/tests/libexec/ld.elf_so/
H A Dt_dl_symver.sh45 -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/
H A Dnbperf-bdz.c143 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/gpl2/dts/dist/arch/arm64/boot/dts/arm/
H A Djuno-clocks.dtsi15 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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ti/omap/
H A Dam43xx-clocks.dtsi11 clock-output-names = "sys_clkin_ck";
20 clock-output-names = "crystal_freq_sel_ck";
29 clock-output-names = "sysboot_freq_sel_ck";
38 clock-output-names = "adc_tsc_fck";
47 clock-output-names = "dcan0_fck";
56 clock-output-names = "dcan1_fck";
65 clock-output-names = "mcasp0_fck";
74 clock-output-names = "mcasp1_fck";
83 clock-output-names = "smartreflex0_fck";
92 clock-output
[all...]

Completed in 35 milliseconds

1234567891011>>