Searched refs:noise_mix_psk (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 162 static void noise_mix_psk(uint8_t [NOISE_HASH_LEN], uint8_t [NOISE_HASH_LEN], 1110 noise_mix_psk(hs->hs_ck, hs->hs_hash, key, r->r_psk); in noise_create_response() 1168 noise_mix_psk(hs.hs_ck, hs.hs_hash, key, preshared_key); in noise_consume_response() 1313 noise_mix_psk(uint8_t ck[NOISE_HASH_LEN], uint8_t hash[NOISE_HASH_LEN], in noise_mix_psk() function
|