Home
last modified time | relevance | path

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

/crypto/
Dpoly1305_generic.c90 static void poly1305_blocks_internal(struct poly1305_state *state, in poly1305_blocks_internal() function
162 poly1305_blocks_internal(state, key, src, nblocks, 1 << 24); in poly1305_core_blocks()
177 poly1305_blocks_internal(&dctx->h, &dctx->r, in poly1305_blocks()