Searched refs:r_current (Results 1 – 1 of 1) sorted by relevance
116 struct noise_keypair *r_next, *r_current, *r_previous; member572 kp = atomic_load_ptr(&r->r_current); in noise_remote_keypairs_clear()573 atomic_store_ptr(&r->r_current, NULL); in noise_remote_keypairs_clear()594 kp = atomic_load_ptr(&r->r_current); in noise_remote_expire_current()611 current = atomic_load_ptr(&r->r_current); in noise_add_new_keypair()623 atomic_store_ptr(&r->r_current, kp); in noise_add_new_keypair()708 kp = atomic_load_ptr(&r->r_current); in noise_keypair_current()742 atomic_store_ptr(&r->r_previous, atomic_load_ptr(&r->r_current)); in noise_keypair_received_with()744 atomic_store_ptr(&r->r_current, kp); in noise_keypair_received_with()866 current = atomic_load_ptr(&r->r_current); in noise_keep_key_fresh_send()[all …]