Home
last modified time | relevance | path

Searched refs:poly1305_core_blocks (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/lib/crypto/
Dpoly1305.c43 poly1305_core_blocks(&desc->h, &desc->core_r, desc->buf, in poly1305_update_generic()
50 poly1305_core_blocks(&desc->h, &desc->core_r, src, in poly1305_update_generic()
69 poly1305_core_blocks(&desc->h, &desc->core_r, desc->buf, 1, 0); in poly1305_final_generic()
Dpoly1305-donna64.c34 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks() function
111 EXPORT_SYMBOL(poly1305_core_blocks);
Dpoly1305-donna32.c31 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks() function
118 EXPORT_SYMBOL(poly1305_core_blocks);
/linux-6.1.9/include/crypto/internal/
Dpoly1305.h28 void poly1305_core_blocks(struct poly1305_state *state,
/linux-6.1.9/crypto/
Dpoly1305_generic.c68 poly1305_core_blocks(&dctx->h, &dctx->core_r, src, in poly1305_blocks()
Dadiantum.c236 poly1305_core_blocks(&state, &tctx->header_hash_key, in adiantum_hash_header()
240 poly1305_core_blocks(&state, &tctx->header_hash_key, req->iv, in adiantum_hash_header()
Dnhpoly1305.c81 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value()