Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/wg/
H A Dwg_noise.h91 noise_keypair_ref(struct noise_keypair *);
H A Dwg_noise.c743 ret = noise_keypair_ref(kp); in noise_keypair_lookup()
763 ret = noise_keypair_ref(kp); in noise_keypair_current()
812 noise_keypair_ref(struct noise_keypair *kp) in noise_keypair_ref() function
H A Dif_wg.c2247 pkt->p_keypair = noise_keypair_ref(keypair); in wg_peer_send_staged()