Searched refs:poly1305_core_emit (Results 1 – 3 of 3) sorted by relevance
216 void poly1305_core_emit(const struct poly1305_state *state, void *dst) in poly1305_core_emit() function262 EXPORT_SYMBOL_GPL(poly1305_core_emit);280 poly1305_core_emit(&dctx->h, digest); in crypto_poly1305_final()
212 poly1305_core_emit(&state->poly_state, dst); in crypto_nhpoly1305_final_helper()
251 poly1305_core_emit(&state, &rctx->header_hash); in adiantum_hash_header()