Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dpoly1305.c26 const u8 key[POLY1305_KEY_SIZE]) in poly1305_init()
/linux/include/crypto/
H A Dpoly1305.h12 #define POLY1305_KEY_SIZE 32 macro
/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c16 static void poly1305(const u8 key[POLY1305_KEY_SIZE], const u8 *data, in poly1305()
/linux/scripts/crypto/
H A Dgen-hash-testvecs.py27 POLY1305_KEY_SIZE = 32 variable