Searched defs:NOISE_HASH_LEN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 1235 const uint8_t ck[NOISE_HASH_LEN]) in noise_kdf() 1274 noise_mix_dh(uint8_t ck[NOISE_HASH_LEN], uint8_t key[NOISE_SYMMETRIC_KEY_LEN], in noise_mix_dh() 1289 noise_mix_ss(uint8_t ck[NOISE_HASH_LEN], uint8_t key[NOISE_SYMMETRIC_KEY_LEN], in noise_mix_ss() 1301 noise_mix_hash(uint8_t hash[NOISE_HASH_LEN], const uint8_t *src, in noise_mix_hash() 1313 noise_mix_psk(uint8_t ck[NOISE_HASH_LEN], uint8_t hash[NOISE_HASH_LEN], in noise_mix_psk() 1327 noise_param_init(uint8_t ck[NOISE_HASH_LEN], uint8_t hash[NOISE_HASH_LEN], in noise_param_init() 1345 uint8_t key[NOISE_SYMMETRIC_KEY_LEN], uint8_t hash[NOISE_HASH_LEN]) in noise_msg_encrypt() 1355 uint8_t key[NOISE_SYMMETRIC_KEY_LEN], uint8_t hash[NOISE_HASH_LEN]) in noise_msg_decrypt() 1366 noise_msg_ephemeral(uint8_t ck[NOISE_HASH_LEN], uint8_t hash[NOISE_HASH_LEN], in noise_msg_ephemeral()
|
H A D | wg_noise.h | 16 #define NOISE_HASH_LEN BLAKE2S_HASH_SIZE macro
|