Home
last modified time | relevance | path

Searched defs:NOISE_HASH_LEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/wireguard/
Dnoise.c311 size_t data_len, const u8 chaining_key[NOISE_HASH_LEN]) in kdf()
361 const u8 chaining_key[NOISE_HASH_LEN]) in derive_keys()
371 static bool __must_check mix_dh(u8 chaining_key[NOISE_HASH_LEN], in mix_dh()
386 static bool __must_check mix_precomputed_dh(u8 chaining_key[NOISE_HASH_LEN], in mix_precomputed_dh()
399 static void mix_hash(u8 hash[NOISE_HASH_LEN], const u8 *src, size_t src_len) in mix_hash()
409 static void mix_psk(u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN], in mix_psk()
421 static void handshake_init(u8 chaining_key[NOISE_HASH_LEN], in handshake_init()
422 u8 hash[NOISE_HASH_LEN], in handshake_init()
432 u8 hash[NOISE_HASH_LEN]) in message_encrypt()
442 u8 hash[NOISE_HASH_LEN]) in message_decrypt()
[all …]
Dmessages.h22 NOISE_HASH_LEN = BLAKE2S_HASH_SIZE enumerator