Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dvmac.c323 ctx->polytmp[0] = ctx->polykey[0] ; in vhash_abort()
324 ctx->polytmp[1] = ctx->polykey[1] ; in vhash_abort()
375 u64 pkh = ctx->polykey[0]; in vhash_update()
376 u64 pkl = ctx->polykey[1]; in vhash_update()
416 u64 pkh = ctx->polykey[0]; in vhash()
417 u64 pkl = ctx->polykey[1]; in vhash()
510 for (i = 0; i < sizeof(ctx->__vmac_ctx.polykey)/8; i += 2) { in vmac_set_key()
514 ctx->__vmac_ctx.polykey[i] = in vmac_set_key()
517 ctx->__vmac_ctx.polykey[i+1] = in vmac_set_key()
/linux-4.1.27/include/crypto/
Dvmac.h46 u64 polykey[2*VMAC_TAG_LEN/64]; member