Searched refs:kp_can_send (Results 1 – 1 of 1) sorted by relevance
87 bool kp_can_send; member720 atomic_store_bool(&kp->kp_can_send, false); in noise_remote_expire_current()723 atomic_store_bool(&kp->kp_can_send, false); in noise_remote_expire_current()759 if (kp != NULL && atomic_load_bool(&kp->kp_can_send)) { in noise_keypair_current()761 atomic_store_bool(&kp->kp_can_send, false); in noise_keypair_current()864 if (!atomic_load_bool(&kp->kp_can_send)) in noise_keypair_counter_next()875 atomic_store_bool(&kp->kp_can_send, false); in noise_keypair_counter_next()959 refresh = (kp != NULL && atomic_load_bool(&kp->kp_can_send)); in noise_keypair_should_refresh()1309 kp->kp_can_send = true; in noise_begin_session()