Home
last modified time | relevance | path

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

/Linux-v6.6/lib/crypto/
Dpoly1305.c16 const u8 key[POLY1305_KEY_SIZE]) in poly1305_init_generic()
/Linux-v6.6/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-v6.6/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-v6.6/include/crypto/
Dpoly1305.h13 #define POLY1305_KEY_SIZE 32 macro
/Linux-v6.6/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-v6.6/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()