Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/wg/
H A Dwg_noise.h61 noise_remote_alloc(struct noise_local *,
H A Dwg_noise.c419 noise_remote_alloc(struct noise_local *l, in noise_remote_alloc() function
H A Dif_wg.c590 peer->p_remote = noise_remote_alloc(sc->sc_local, pub_key, peer); in wg_peer_create()