Searched refs:vhash_blocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | vmac.c | 398 static void vhash_blocks(const struct vmac_tfm_ctx *tctx, in vhash_blocks() function 513 vhash_blocks(tctx, dctx, dctx->partial_words, 1); in vmac_update() 521 vhash_blocks(tctx, dctx, (const __le64 *)p, n / VMAC_NHBYTES); in vmac_update()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | vmac.c | 399 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()
|
Completed in 5 milliseconds