Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dpoly1305_kunit.c13 static u8 test_key[POLY1305_KEY_SIZE];
16 static void poly1305(const u8 key[POLY1305_KEY_SIZE], const u8 *data, in poly1305() argument
48 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()
/lib/crypto/
A Dchacha20poly1305.c62 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()
A Dpoly1305.c19 const u8 key[POLY1305_KEY_SIZE]) in poly1305_init() argument
A Dchacha20poly1305-selftest.c8837 u8 block0[POLY1305_KEY_SIZE]; in chacha20poly1305_encrypt_bignonce()

Completed in 20 milliseconds