Searched refs:poly1305_core_blocks (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/crypto/ |
D | poly1305.h | 51 void poly1305_core_blocks(struct poly1305_state *state,
|
/Linux-v5.4/crypto/ |
D | poly1305_generic.c | 158 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks() function 164 EXPORT_SYMBOL_GPL(poly1305_core_blocks);
|
D | adiantum.c | 244 poly1305_core_blocks(&state, &tctx->header_hash_key, in adiantum_hash_header() 248 poly1305_core_blocks(&state, &tctx->header_hash_key, req->iv, in adiantum_hash_header()
|
D | nhpoly1305.c | 80 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value()
|