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