Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dpoly1305.h12 #define POLY1305_KEY_SIZE 32 macro
62 const u8 key[at_least POLY1305_KEY_SIZE]);
/linux/scripts/crypto/
H A Dgen-hash-testvecs.py45 POLY1305_KEY_SIZE = 32
51 assert len(key) == POLY1305_KEY_SIZE
155 return Poly1305(rand_bytes(POLY1305_KEY_SIZE))
297 key = b'\xff' * POLY1305_KEY_SIZE
27 POLY1305_KEY_SIZE = 32 global() variable
/linux/lib/crypto/
H A Dpoly1305.c26 const u8 key[POLY1305_KEY_SIZE]) in poly1305_init() argument