Home
last modified time | relevance | path

Searched defs:POLY1305_DIGEST_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c17 size_t len, u8 out[POLY1305_DIGEST_SIZE]) in poly1305()
32 u8 out[POLY1305_DIGEST_SIZE]) in poly1305_withtestkey()
/linux/include/crypto/internal/
H A Dpoly1305.h52 u8 digest[POLY1305_DIGEST_SIZE], in poly1305_emit_generic()
/linux/lib/crypto/powerpc/
H A Dpoly1305-p10-glue.c66 u8 digest[POLY1305_DIGEST_SIZE], in poly1305_emit_arch()
/linux/include/crypto/
H A Dpoly1305.h13 #define POLY1305_DIGEST_SIZE 16 macro
/linux/lib/crypto/x86/
H A Dpoly1305_glue.c135 u8 mac[POLY1305_DIGEST_SIZE], const u32 nonce[4]) in poly1305_emit_arch()