Searched defs:NOISE_HASH_LEN (Results 1 – 2 of 2) sorted by relevance
346 size_t data_len, const u8 chaining_key[NOISE_HASH_LEN]) in kdf()394 const u8 chaining_key[NOISE_HASH_LEN]) in derive_keys()404 static bool __must_check mix_dh(u8 chaining_key[NOISE_HASH_LEN], in mix_dh()419 static bool __must_check mix_precomputed_dh(u8 chaining_key[NOISE_HASH_LEN], in mix_precomputed_dh()432 static void mix_hash(u8 hash[NOISE_HASH_LEN], const u8 *src, size_t src_len) in mix_hash()442 static void mix_psk(u8 chaining_key[NOISE_HASH_LEN], u8 hash[NOISE_HASH_LEN], in mix_psk()454 static void handshake_init(u8 chaining_key[NOISE_HASH_LEN], in handshake_init()455 u8 hash[NOISE_HASH_LEN], in handshake_init()465 u8 hash[NOISE_HASH_LEN]) in message_encrypt()475 u8 hash[NOISE_HASH_LEN]) in message_decrypt()[all …]
22 NOISE_HASH_LEN = BLAKE2S_HASH_SIZE enumerator