Searched refs:poly1305_core_emit (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/include/crypto/internal/ |
| D | poly1305.h | 30 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4],
|
| /Linux-v5.10/lib/crypto/ |
| D | poly1305-donna64.c | 112 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4], in poly1305_core_emit() function 185 EXPORT_SYMBOL(poly1305_core_emit);
|
| D | poly1305-donna32.c | 119 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4], in poly1305_core_emit() function 204 EXPORT_SYMBOL(poly1305_core_emit);
|
| D | poly1305.c | 71 poly1305_core_emit(&desc->h, desc->s, dst); in poly1305_final_generic()
|
| /Linux-v5.10/crypto/ |
| D | nhpoly1305.c | 213 poly1305_core_emit(&state->poly_state, NULL, dst); in crypto_nhpoly1305_final_helper()
|
| D | adiantum.c | 242 poly1305_core_emit(&state, NULL, &rctx->header_hash); in adiantum_hash_header()
|