Home
last modified time | relevance | path

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

/freebsd/sys/dev/wg/
H A Dwg_noise.h48 noise_remote_lookup(struct noise_local *, const uint8_t[NOISE_PUBLIC_KEY_LEN]);
H A Dwg_noise.c360 noise_remote_lookup(struct noise_local *l, const uint8_t public[NOISE_PUBLIC_KEY_LEN]) in noise_remote_lookup() function
1030 if ((r = noise_remote_lookup(l, r_public)) == NULL) in noise_consume_initiation()
H A Dif_wg.c2394 if ((remote = noise_remote_lookup(sc->sc_local, pub_key)) != NULL) in wg_peer_add()
2550 if ((remote = noise_remote_lookup(sc->sc_local, in wgc_set()