Home
last modified time | relevance | path

Searched refs:ssh_packet_check_rekey (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dpacket.h104 int ssh_packet_check_rekey(struct ssh *);
H A Dserverloop.c358 if ((r = ssh_packet_check_rekey(ssh)) != 0) in server_loop2()
H A Dpacket.c1073 ssh_packet_check_rekey(struct ssh *ssh) in ssh_packet_check_rekey() function
1764 if ((r = ssh_packet_check_rekey(ssh)) != 0) in ssh_packet_read_poll2()
H A Dclientloop.c1593 if ((r = ssh_packet_check_rekey(ssh)) != 0) in client_loop()