l3key              55 crypto/vmac.c  	u64 l3key[2*VMAC_TAG_LEN/64];
l3key             469 crypto/vmac.c  	for (i = 0; i < ARRAY_SIZE(tctx->l3key); i += 2) {
l3key             472 crypto/vmac.c  			tctx->l3key[i] = be64_to_cpu(out[0]);
l3key             473 crypto/vmac.c  			tctx->l3key[i+1] = be64_to_cpu(out[1]);
l3key             475 crypto/vmac.c  		} while (tctx->l3key[i] >= p64 || tctx->l3key[i+1] >= p64);
l3key             560 crypto/vmac.c  	return l3hash(ch, cl, tctx->l3key[0], tctx->l3key[1], partial * 8);