Searched refs:POLY1305_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance
13 static u8 test_key[POLY1305_KEY_SIZE];16 static void poly1305(const u8 key[POLY1305_KEY_SIZE], const u8 *data, in poly1305() argument48 rand_bytes_seeded_from_len(test_key, POLY1305_KEY_SIZE); in poly1305_suite_init()117 static const u8 key[POLY1305_KEY_SIZE] = { 1 }; /* r_key=1, s_key=0 */ in test_poly1305_reduction_edge_cases()
62 u8 block0[POLY1305_KEY_SIZE]; in __chacha20poly1305_encrypt()135 u8 block0[POLY1305_KEY_SIZE]; in __chacha20poly1305_decrypt()230 u8 block0[POLY1305_KEY_SIZE]; in chacha20poly1305_crypt_sg_inplace()
19 const u8 key[POLY1305_KEY_SIZE]) in poly1305_init() argument
8837 u8 block0[POLY1305_KEY_SIZE]; in chacha20poly1305_encrypt_bignonce()
Completed in 20 milliseconds