Searched refs:POLY1305_KEY_SIZE (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/crypto/
H A Dpoly1305.h13 #define POLY1305_KEY_SIZE 32 macro
62 const u8 key[POLY1305_KEY_SIZE]);
64 const u8 key[POLY1305_KEY_SIZE]);
/linux-master/lib/crypto/
H A Dpoly1305.c16 const u8 key[POLY1305_KEY_SIZE])
H A Dchacha20poly1305.c63 u8 block0[POLY1305_KEY_SIZE];
133 u8 block0[POLY1305_KEY_SIZE];
228 u8 block0[POLY1305_KEY_SIZE];
H A Dchacha20poly1305-selftest.c8837 u8 block0[POLY1305_KEY_SIZE];
/linux-master/arch/mips/crypto/
H A Dpoly1305-glue.c20 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE])
/linux-master/arch/arm64/crypto/
H A Dpoly1305-glue.c28 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE])
/linux-master/arch/x86/crypto/
H A Dpoly1305_glue.c132 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE])
/linux-master/arch/arm/crypto/
H A Dpoly1305-glue.c32 void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 key[POLY1305_KEY_SIZE])
/linux-master/crypto/
H A Dchacha20poly1305.c55 u8 key[POLY1305_KEY_SIZE];
385 POLY1305_KEY_SIZE, creq->iv);
/linux-master/fs/bcachefs/
H A Dchecksum.c184 u8 key[POLY1305_KEY_SIZE];

Completed in 202 milliseconds