Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.h86 int noise_keypair_encrypt(
H A Dwg_noise.c905 noise_keypair_encrypt(struct noise_keypair *kp, uint32_t *r_idx, uint64_t nonce, struct mbuf *m) in noise_keypair_encrypt() function
H A Dif_wg.c1501 if (noise_keypair_encrypt(pkt->p_keypair, &idx, pkt->p_nonce, m) != 0) in wg_encrypt()