Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dwg_noise.c476 next = r->r_next; in noise_remote_begin_session()
482 r->r_next = NULL; in noise_remote_begin_session()
498 r->r_next = noise_remote_keypair_allocate(r); in noise_remote_begin_session()
499 *r->r_next = kp; in noise_remote_begin_session()
519 noise_remote_keypair_free(r, r->r_next); in noise_remote_clear()
522 r->r_next = NULL; in noise_remote_clear()
532 if (r->r_next != NULL) in noise_remote_expire_current()
533 r->r_next->kp_valid = 0; in noise_remote_expire_current()
626 } else if (r->r_next != NULL && r->r_next->kp_local_index == r_idx) { in noise_remote_decrypt()
627 kp = r->r_next; in noise_remote_decrypt()
[all …]
Dwg_noise.h106 struct noise_keypair *r_next, *r_current, *r_previous; member
/openbsd/src/games/hunt/huntd/
Dserver.h188 REGEN *r_next; member