poly1305_core_emit  251 crypto/adiantum.c 	poly1305_core_emit(&state, &rctx->header_hash);
poly1305_core_emit  212 crypto/nhpoly1305.c 	poly1305_core_emit(&state->poly_state, dst);
poly1305_core_emit  262 crypto/poly1305_generic.c EXPORT_SYMBOL_GPL(poly1305_core_emit);
poly1305_core_emit  280 crypto/poly1305_generic.c 	poly1305_core_emit(&dctx->h, digest);
poly1305_core_emit   54 include/crypto/poly1305.h void poly1305_core_emit(const struct poly1305_state *state, void *dst);