poly1305_state    239 crypto/adiantum.c 	struct poly1305_state state;
poly1305_state     90 crypto/poly1305_generic.c static void poly1305_blocks_internal(struct poly1305_state *state,
poly1305_state    158 crypto/poly1305_generic.c void poly1305_core_blocks(struct poly1305_state *state,
poly1305_state    216 crypto/poly1305_generic.c void poly1305_core_emit(const struct poly1305_state *state, void *dst)
poly1305_state     43 include/crypto/nhpoly1305.h 	struct poly1305_state poly_state;
poly1305_state     30 include/crypto/poly1305.h 	struct poly1305_state h;
poly1305_state     47 include/crypto/poly1305.h static inline void poly1305_core_init(struct poly1305_state *state)
poly1305_state     51 include/crypto/poly1305.h void poly1305_core_blocks(struct poly1305_state *state,
poly1305_state     54 include/crypto/poly1305.h void poly1305_core_emit(const struct poly1305_state *state, void *dst);