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

/linux-master/crypto/
H A Dvmac.c55 u64 polykey[2*VMAC_TAG_LEN/64]; member in struct:vmac_tfm_ctx
404 const u64 pkh = tctx->polykey[0];
405 const u64 pkl = tctx->polykey[1];
458 for (i = 0; i < ARRAY_SIZE(tctx->polykey); i += 2) {
460 tctx->polykey[i] = be64_to_cpu(out[0]) & mpoly;
461 tctx->polykey[i+1] = be64_to_cpu(out[1]) & mpoly;
487 memcpy(dctx->polytmp, tctx->polykey, sizeof(dctx->polytmp));
552 poly_step(ch, cl, tctx->polykey[0], tctx->polykey[1],

Completed in 102 milliseconds