Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/wg/
H A Dwg_noise.h70 noise_keypair_lookup(struct noise_local *, uint32_t);
H A Dwg_noise.c681 noise_keypair_lookup(struct noise_local *l, uint32_t idx0) in noise_keypair_lookup() function
H A Dif_wg.c2030 if ((pkt->p_keypair = noise_keypair_lookup(sc->sc_local, data->r_idx)) == NULL) in wg_input()