Searched refs:l3key (Results 1 – 2 of 2) sorted by relevance
102 uint64_t l3key [2*VMAC_TAG_LEN/64]; member
940 *tagl = l3hash(ch2, cl2, ctx->l3key[2], ctx->l3key[3],remaining); in vhash()942 return l3hash(ch, cl, ctx->l3key[0], ctx->l3key[1],remaining); in vhash()1027 for (i = 0; i < sizeof(ctx->l3key)/8; i+=2) { in vmac_set_key()1031 ctx->l3key[i ] = get64BE(out); in vmac_set_key()1032 ctx->l3key[i+1] = get64BE(out+1); in vmac_set_key()1034 } while (ctx->l3key[i] >= p64 || ctx->l3key[i+1] >= p64); in vmac_set_key()
Completed in 6 milliseconds