Home
last modified time | relevance | path

Searched refs:polytmp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dvmac.c66 u64 polytmp[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */ member
405 u64 ch = dctx->polytmp[0]; in vhash_blocks()
406 u64 cl = dctx->polytmp[1]; in vhash_blocks()
425 dctx->polytmp[0] = ch; in vhash_blocks()
426 dctx->polytmp[1] = cl; in vhash_blocks()
486 memcpy(dctx->polytmp, tctx->polykey, sizeof(dctx->polytmp)); in vmac_init()
538 u64 ch = dctx->polytmp[0]; in vhash_final()
539 u64 cl = dctx->polytmp[1]; in vhash_final()
/kernel/linux/linux-6.6/crypto/
H A Dvmac.c67 u64 polytmp[2*VMAC_TAG_LEN/64]; /* running total of L2-hash */ member
406 u64 ch = dctx->polytmp[0]; in vhash_blocks()
407 u64 cl = dctx->polytmp[1]; in vhash_blocks()
426 dctx->polytmp[0] = ch; in vhash_blocks()
427 dctx->polytmp[1] = cl; in vhash_blocks()
487 memcpy(dctx->polytmp, tctx->polykey, sizeof(dctx->polytmp)); in vmac_init()
539 u64 ch = dctx->polytmp[0]; in vhash_final()
540 u64 cl = dctx->polytmp[1]; in vhash_final()

Completed in 4 milliseconds