polytmp            66 crypto/vmac.c  	u64 polytmp[2*VMAC_TAG_LEN/64];	/* running total of L2-hash */
polytmp           405 crypto/vmac.c  	u64 ch = dctx->polytmp[0];
polytmp           406 crypto/vmac.c  	u64 cl = dctx->polytmp[1];
polytmp           425 crypto/vmac.c  	dctx->polytmp[0] = ch;
polytmp           426 crypto/vmac.c  	dctx->polytmp[1] = cl;
polytmp           488 crypto/vmac.c  	memcpy(dctx->polytmp, tctx->polykey, sizeof(dctx->polytmp));
polytmp           540 crypto/vmac.c  	u64 ch = dctx->polytmp[0];
polytmp           541 crypto/vmac.c  	u64 cl = dctx->polytmp[1];