Searched refs:poly_state (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | nhpoly1305.c | 81 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value() 148 poly1305_core_init(&state->poly_state); in crypto_nhpoly1305_init() 213 poly1305_core_emit(&state->poly_state, NULL, dst); in crypto_nhpoly1305_final_helper()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | nhpoly1305.c | 81 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value() 148 poly1305_core_init(&state->poly_state); in crypto_nhpoly1305_init() 213 poly1305_core_emit(&state->poly_state, NULL, dst); in crypto_nhpoly1305_final_helper()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | nhpoly1305.h | 43 struct poly1305_state poly_state; member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | nhpoly1305.h | 43 struct poly1305_state poly_state; member
|
Completed in 2 milliseconds