Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dpoly1305.h13 #define POLY1305_KEY_SIZE 32 macro
/Linux-v5.10/arch/x86/crypto/
Dpoly1305_glue.c84 static void poly1305_simd_init(void *ctx, const u8 key[POLY1305_KEY_SIZE]) in poly1305_simd_init()