Home
last modified time | relevance | path

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

/xen/xen/include/crypto/
A Dvmac.h100 uint64_t nhkey [(VMAC_NHBYTES/8)+2*(VMAC_TAG_LEN/64-1)]; member
/xen/xen/crypto/
A Dvmac.c780 const uint64_t *kptr = (uint64_t *)ctx->nhkey; in vhash_update()
848 const uint64_t *kptr = (uint64_t *)ctx->nhkey; in vhash()
1005 for (i = 0; i < sizeof(ctx->nhkey)/8; i+=2) { in vmac_set_key()
1008 ctx->nhkey[i ] = get64BE(out); in vmac_set_key()
1009 ctx->nhkey[i+1] = get64BE(out+1); in vmac_set_key()

Completed in 5 milliseconds