Searched refs:kdf (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireguard/ |
D | noise.c | 344 static void kdf(u8 *first_dst, u8 *second_dst, u8 *third_dst, const u8 *data, in kdf() function 397 kdf(first_dst->key, second_dst->key, NULL, NULL, in derive_keys() 413 kdf(chaining_key, key, NULL, dh_calculation, NOISE_HASH_LEN, in mix_dh() 426 kdf(chaining_key, key, NULL, precomputed, NOISE_HASH_LEN, in mix_precomputed_dh() 448 kdf(chaining_key, temp_hash, key, psk, NOISE_HASH_LEN, NOISE_HASH_LEN, in mix_psk() 493 kdf(chaining_key, NULL, NULL, ephemeral_src, NOISE_HASH_LEN, 0, 0, in message_ephemeral()
|
/drivers/gpu/drm/nouveau/include/nvfw/ |
D | acr.h | 60 u8 kdf[16]; member
|