Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dvmac.h47 u64 l3key[2*VMAC_TAG_LEN/64]; member
/linux-4.1.27/crypto/
Dvmac.c458 return l3hash(ch, cl, ctx->l3key[0], ctx->l3key[1], remaining); in vhash()
525 for (i = 0; i < sizeof(ctx->__vmac_ctx.l3key)/8; i += 2) { in vmac_set_key()
529 ctx->__vmac_ctx.l3key[i] = be64_to_cpup(out); in vmac_set_key()
530 ctx->__vmac_ctx.l3key[i+1] = be64_to_cpup(out+1); in vmac_set_key()
532 } while (ctx->__vmac_ctx.l3key[i] >= p64 in vmac_set_key()
533 || ctx->__vmac_ctx.l3key[i+1] >= p64); in vmac_set_key()