Home
last modified time | relevance | path

Searched refs:poly1305_core_emit (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/crypto/
Dpoly1305.h54 void poly1305_core_emit(const struct poly1305_state *state, void *dst);
/Linux-v5.4/crypto/
Dpoly1305_generic.c216 void poly1305_core_emit(const struct poly1305_state *state, void *dst) in poly1305_core_emit() function
262 EXPORT_SYMBOL_GPL(poly1305_core_emit);
280 poly1305_core_emit(&dctx->h, digest); in crypto_poly1305_final()
Dnhpoly1305.c212 poly1305_core_emit(&state->poly_state, dst); in crypto_nhpoly1305_final_helper()
Dadiantum.c251 poly1305_core_emit(&state, &rctx->header_hash); in adiantum_hash_header()