Home
last modified time | relevance | path

Searched refs:poly_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/crypto/
Dnhpoly1305.c80 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value()
147 poly1305_core_init(&state->poly_state); in crypto_nhpoly1305_init()
212 poly1305_core_emit(&state->poly_state, dst); in crypto_nhpoly1305_final_helper()
/Linux-v5.4/include/crypto/
Dnhpoly1305.h43 struct poly1305_state poly_state; member