Searched refs:reference_chacha20_blocks (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_chacha.c | 37 static void reference_chacha20_blocks(uint8_t *dst_bytes, const uint32_t *key, uint32_t *counter, s… in reference_chacha20_blocks() function 97 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main() 115 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main() 122 reference_chacha20_blocks(output1, key, counter1, BLOCKS); in main()
|