Home
last modified time | relevance | path

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

/crypto/
Dvmac.c54 u64 polykey[2*VMAC_TAG_LEN/64]; member
403 const u64 pkh = tctx->polykey[0]; in vhash_blocks()
404 const u64 pkl = tctx->polykey[1]; in vhash_blocks()
459 for (i = 0; i < ARRAY_SIZE(tctx->polykey); i += 2) { in vmac_setkey()
461 tctx->polykey[i] = be64_to_cpu(out[0]) & mpoly; in vmac_setkey()
462 tctx->polykey[i+1] = be64_to_cpu(out[1]) & mpoly; in vmac_setkey()
488 memcpy(dctx->polytmp, tctx->polykey, sizeof(dctx->polytmp)); in vmac_init()
553 poly_step(ch, cl, tctx->polykey[0], tctx->polykey[1], in vhash_final()