Home
last modified time | relevance | path

Searched refs:noise_keypair_encrypt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/wg/
H A Dwg_noise.h99 int noise_keypair_encrypt(struct noise_keypair *, uint32_t *r_idx,
H A Dwg_noise.c989 noise_keypair_encrypt(struct noise_keypair *kp, uint32_t *r_idx, in noise_keypair_encrypt() function
H A Dif_wg.c1849 if (noise_keypair_encrypt(pkt->p_keypair, &idx, pkt->p_counter, m) != 0) in wg_encrypt()