Searched refs:ssh_packet_is_rekeying (Results 1 – 4 of 4) sorted by relevance
382 if (!ssh_packet_is_rekeying(active_state) && in server_loop2()386 !ssh_packet_is_rekeying(active_state)) in server_loop2()401 if (!ssh_packet_is_rekeying(active_state)) in server_loop2()
99 int ssh_packet_is_rekeying(struct ssh *);
1622 if (ssh_packet_is_rekeying(active_state)) { in client_loop()1661 &max_fd2, &nalloc, ssh_packet_is_rekeying(active_state)); in client_loop()1667 if (!ssh_packet_is_rekeying(active_state)) in client_loop()
279 ssh_packet_is_rekeying(struct ssh *ssh) in ssh_packet_is_rekeying() function1055 if (ssh->kex == NULL || ssh_packet_is_rekeying(ssh)) in ssh_packet_need_rekeying()