Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt59 $cfg A add -a server1.net -p 1025 -i $idx -K $hash_key -k $cipher_key
87 # ./fserver -a 0.0.0.0 -p 1025 -r /mnt -w 10 -K hash_key -k cipher_key
/linux-4.1.27/net/openvswitch/
Dflow_table.c418 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); in flow_hash() local
424 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
/linux-4.1.27/net/rxrpc/
Dar-call.c127 call->hash_key = key; in rxrpc_call_hash_add()
181 if (call->hash_key == key && in rxrpc_find_call_hash()
Dar-internal.h402 unsigned long hash_key; /* Full hash key */ member
/linux-4.1.27/drivers/crypto/
Dn2_core.c290 unsigned char hash_key[N2_HASH_KEY_MAX]; member
465 ctx->hash_key); in n2_hmac_async_setkey()
470 memcpy(ctx->hash_key, key, keylen); in n2_hmac_async_setkey()
642 __pa(&ctx->hash_key), in n2_hmac_async_digest()
Dpicoxcell_crypto.c238 const u8 *iv, size_t ivlen, const u8 *hash_key, in spacc_load_ctx() argument
254 if (hash_key) { in spacc_load_ctx()
255 memcpy_toio32(hash_page_addr, hash_key, hash_len / 4); in spacc_load_ctx()