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

/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S42 * SHASH: operand2, hash_key << 1 mod poly
/linux-4.1.27/net/openvswitch/
H A Dflow_table.c418 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); flow_hash() local
424 return jhash2(hash_key, hash_u32s, 0); flow_hash()
/linux-4.1.27/drivers/crypto/
H A Dn2_core.c290 unsigned char hash_key[N2_HASH_KEY_MAX]; member in struct:n2_hmac_ctx
465 ctx->hash_key); n2_hmac_async_setkey()
470 memcpy(ctx->hash_key, key, keylen); n2_hmac_async_setkey()
642 __pa(&ctx->hash_key), n2_hmac_async_digest()
H A Dpicoxcell_crypto.c238 const u8 *iv, size_t ivlen, const u8 *hash_key, spacc_load_ctx()
254 if (hash_key) { spacc_load_ctx()
255 memcpy_toio32(hash_page_addr, hash_key, hash_len / 4); spacc_load_ctx()
236 spacc_load_ctx(struct spacc_generic_ctx *ctx, const u8 *ciph_key, size_t ciph_len, const u8 *iv, size_t ivlen, const u8 *hash_key, size_t hash_len) spacc_load_ctx() argument
/linux-4.1.27/net/rxrpc/
H A Dar-call.c127 call->hash_key = key; rxrpc_call_hash_add()
181 if (call->hash_key == key && hash_for_each_possible_rcu()
H A Dar-internal.h402 unsigned long hash_key; /* Full hash key */ member in struct:rxrpc_call

Completed in 159 milliseconds