Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
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()