Searched refs:POLY1305_DIGEST_SIZE (Results 1 – 8 of 8) sorted by relevance
/arch/x86/crypto/ |
D | poly1305_glue.c | 22 asmlinkage void poly1305_emit_x86_64(void *ctx, u8 mac[POLY1305_DIGEST_SIZE], 24 asmlinkage void poly1305_emit_avx(void *ctx, u8 mac[POLY1305_DIGEST_SIZE], 123 static void poly1305_simd_emit(void *ctx, u8 mac[POLY1305_DIGEST_SIZE], in poly1305_simd_emit() argument 246 .digestsize = POLY1305_DIGEST_SIZE,
|
D | nhpoly1305-avx2-glue.c | 50 .digestsize = POLY1305_DIGEST_SIZE,
|
D | nhpoly1305-sse2-glue.c | 50 .digestsize = POLY1305_DIGEST_SIZE,
|
/arch/arm/crypto/ |
D | nhpoly1305-neon-glue.c | 50 .digestsize = POLY1305_DIGEST_SIZE,
|
D | poly1305-glue.c | 217 .digestsize = POLY1305_DIGEST_SIZE, 230 .digestsize = POLY1305_DIGEST_SIZE,
|
/arch/arm64/crypto/ |
D | nhpoly1305-neon-glue.c | 50 .digestsize = POLY1305_DIGEST_SIZE,
|
D | poly1305-glue.c | 199 .digestsize = POLY1305_DIGEST_SIZE,
|
/arch/mips/crypto/ |
D | poly1305-glue.c | 164 .digestsize = POLY1305_DIGEST_SIZE,
|