Home
last modified time | relevance | path

Searched refs:output1 (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_chacha.c87 uint8_t output1[BLOCK_SIZE * BLOCKS], output2[BLOCK_SIZE * BLOCKS]; in main() local
98 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
105 if (memcmp(output1, output2, sizeof(output1))) in main()
116 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
118 if (memcmp(output1, output2, sizeof(output1))) in main()
123 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
125 if (memcmp(output1, output2, sizeof(output1))) in main()
/linux/Documentation/admin-guide/media/
H A Draspberrypi-pisp-be.dot15 n00000022 [label="pispbe-output1\n/dev/video4", shape=box, style=filled, fillcolor=yellow]
H A Draspberrypi-pisp-be.rst54 - pispbe-output1: second capture device for processed images.
85 pispbe-output0, pispbe-output1
/linux/lib/crypto/
H A Dcurve25519-hacl64.c607 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; in format_fexpand() local
614 output1 = i1 >> 3 & 0x7ffffffffffffLLU; in format_fexpand()
619 output[1] = output1; in format_fexpand()