Searched refs:hash_key (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | info.txt | 59 $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.4.14/net/openvswitch/ |
D | flow_table.c | 420 const u32 *hash_key = (const u32 *)((const u8 *)key + key_start); in flow_hash() local 426 return jhash2(hash_key, hash_u32s, 0); in flow_hash()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-call.c | 127 call->hash_key = key; in rxrpc_call_hash_add() 181 if (call->hash_key == key && in rxrpc_find_call_hash()
|
D | ar-internal.h | 402 unsigned long hash_key; /* Full hash key */ member
|
/linux-4.4.14/drivers/crypto/ |
D | n2_core.c | 290 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()
|
D | picoxcell_crypto.c | 250 const u8 *iv, size_t ivlen, const u8 *hash_key, in spacc_load_ctx() argument 266 if (hash_key) { in spacc_load_ctx() 267 memcpy_toio32(hash_page_addr, hash_key, hash_len / 4); in spacc_load_ctx()
|