Searched refs:POLY1305_DIGEST_SIZE (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/crypto/tests/ |
| H A D | poly1305_kunit.c | 17 size_t len, u8 out[POLY1305_DIGEST_SIZE]) in poly1305() argument 32 u8 out[POLY1305_DIGEST_SIZE]) in poly1305_withtestkey() argument 40 #define HASH_SIZE POLY1305_DIGEST_SIZE 85 u8 mac[POLY1305_DIGEST_SIZE]; in test_poly1305_allones_keys_and_message() 100 POLY1305_DIGEST_SIZE); in test_poly1305_allones_keys_and_message() 105 POLY1305_DIGEST_SIZE); in test_poly1305_allones_keys_and_message() 119 u8 expected_mac[POLY1305_DIGEST_SIZE]; in test_poly1305_reduction_edge_cases() 120 u8 actual_mac[POLY1305_DIGEST_SIZE]; in test_poly1305_reduction_edge_cases() 134 memset(&expected_mac[1], 0, POLY1305_DIGEST_SIZE - 1); in test_poly1305_reduction_edge_cases() 138 POLY1305_DIGEST_SIZE - 1); in test_poly1305_reduction_edge_cases() [all …]
|
| H A D | poly1305-testvecs.h | 6 u8 digest[POLY1305_DIGEST_SIZE]; 178 static const u8 hash_testvec_consolidated[POLY1305_DIGEST_SIZE] = { 183 static const u8 poly1305_allones_macofmacs[POLY1305_DIGEST_SIZE] = {
|
| /linux/lib/crypto/powerpc/ |
| H A D | poly1305.h | 15 …5_emit_64(const struct poly1305_state *state, const u32 nonce[4], u8 digest[POLY1305_DIGEST_SIZE]); 62 u8 digest[POLY1305_DIGEST_SIZE], const u32 nonce[4]) in poly1305_emit() argument
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305.h | 67 u8 mac[POLY1305_DIGEST_SIZE], 70 u8 mac[POLY1305_DIGEST_SIZE], 135 u8 mac[POLY1305_DIGEST_SIZE], const u32 nonce[4]) in poly1305_emit() argument
|
| /linux/lib/crypto/mips/ |
| H A D | poly1305.h | 13 u8 digest[POLY1305_DIGEST_SIZE],
|
| /linux/lib/crypto/riscv/ |
| H A D | poly1305.h | 13 u8 digest[POLY1305_DIGEST_SIZE],
|
| /linux/include/crypto/ |
| H A D | poly1305.h | 13 #define POLY1305_DIGEST_SIZE 16 macro
|
| /linux/include/crypto/internal/ |
| H A D | poly1305.h | 50 u8 digest[POLY1305_DIGEST_SIZE], in poly1305_emit_generic() argument
|
| /linux/lib/crypto/arm/ |
| H A D | poly1305.h | 21 u8 digest[POLY1305_DIGEST_SIZE],
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg.c | 567 if (authsize != POLY1305_DIGEST_SIZE) in chachapoly_setauthsize() 3640 .maxauthsize = POLY1305_DIGEST_SIZE, 3666 .maxauthsize = POLY1305_DIGEST_SIZE,
|
| H A D | caamalg_qi2.c | 629 if (authsize != POLY1305_DIGEST_SIZE) in chachapoly_setauthsize() 2928 .maxauthsize = POLY1305_DIGEST_SIZE, 2951 .maxauthsize = POLY1305_DIGEST_SIZE,
|