Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dvmac.c399 static void vhash_blocks(const struct vmac_tfm_ctx *tctx, in vhash_blocks() function
514 vhash_blocks(tctx, dctx, dctx->partial_words, 1); in vmac_update()
522 vhash_blocks(tctx, dctx, (const __le64 *)p, n / VMAC_NHBYTES); in vmac_update()