Searched refs:noise_kdf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | wg_noise.c | 153 static void noise_kdf(uint8_t *, uint8_t *, uint8_t *, const uint8_t *, 666 noise_kdf(kp->kp_send, kp->kp_recv, NULL, NULL, in noise_begin_session() 670 noise_kdf(kp->kp_recv, kp->kp_send, NULL, NULL, in noise_begin_session() 1233 noise_kdf(uint8_t *a, uint8_t *b, uint8_t *c, const uint8_t *x, in noise_kdf() function 1282 noise_kdf(ck, key, NULL, dh, in noise_mix_dh() 1295 noise_kdf(ck, key, NULL, ss, in noise_mix_ss() 1319 noise_kdf(ck, tmp, key, psk, in noise_mix_psk() 1370 noise_kdf(ck, NULL, NULL, src, NOISE_HASH_LEN, 0, 0, in noise_msg_ephemeral()
|