Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/wg/
H A Dwg_noise.h97 bool noise_keypair_counter_next(struct noise_keypair *, uint64_t *);
H A Dwg_noise.c862 noise_keypair_counter_next(struct noise_keypair *kp, uint64_t *send) in noise_keypair_counter_next() function
H A Dif_wg.c2243 if (!noise_keypair_counter_next(keypair, &pkt->p_counter)) in wg_peer_send_staged()