Home
last modified time | relevance | path

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

/linux-5.19.10/lib/crypto/
Dpoly1305.c16 const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_generic()
/linux-5.19.10/arch/mips/crypto/
Dpoly1305-glue.c20 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
/linux-5.19.10/arch/arm64/crypto/
Dpoly1305-glue.c28 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
/linux-5.19.10/include/crypto/
Dpoly1305.h13 #define POLY1305_KEY_SIZE 32 macro
/linux-5.19.10/arch/arm/crypto/
Dpoly1305-glue.c32 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()
/linux-5.19.10/arch/x86/crypto/
Dpoly1305_glue.c132 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_arch()