poly_state         80 crypto/nhpoly1305.c 	poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash,
poly_state        147 crypto/nhpoly1305.c 	poly1305_core_init(&state->poly_state);
poly_state        212 crypto/nhpoly1305.c 	poly1305_core_emit(&state->poly_state, dst);
poly_state         43 include/crypto/nhpoly1305.h 	struct poly1305_state poly_state;