Searched refs:temp_hash (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireguard/ |
| H A D | noise.c | 446 u8 temp_hash[NOISE_HASH_LEN]; in mix_psk() local 448 kdf(chaining_key, temp_hash, key, psk, NOISE_HASH_LEN, NOISE_HASH_LEN, in mix_psk() 450 mix_hash(hash, temp_hash, NOISE_HASH_LEN); in mix_psk() 451 memzero_explicit(temp_hash, NOISE_HASH_LEN); in mix_psk()
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 3649 struct ftrace_ops_hash temp_hash; in rebuild_hashes() 3654 temp_hash.filter_hash = EMPTY_HASH; in rebuild_hashes() 3655 temp_hash.notrace_hash = EMPTY_HASH; in rebuild_hashes() 3668 &temp_hash, subops->func_hash); 3670 free_ftrace_hash(temp_hash.filter_hash); 3671 free_ftrace_hash(temp_hash.notrace_hash); 3676 free_ftrace_hash(temp_hash.filter_hash); 3677 free_ftrace_hash(temp_hash.notrace_hash); 3679 temp_hash.filter_hash = *filter_hash; in ftrace_shutdown_subops() 3680 temp_hash in ftrace_shutdown_subops() 3631 struct ftrace_ops_hash temp_hash; rebuild_hashes() local [all...] |