Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dpacket.h110 int ssh_packet_check_rekey(struct ssh *);
H A Dserverloop.c364 if ((r = ssh_packet_check_rekey(ssh)) != 0) in server_loop2()
H A Dpacket.c1098 ssh_packet_check_rekey(struct ssh *ssh) in ssh_packet_check_rekey() function
1790 if ((r = ssh_packet_check_rekey(ssh)) != 0) in ssh_packet_read_poll2()
H A Dssh_namespace.h677 #define ssh_packet_check_rekey Fssh_ssh_packet_check_rekey macro
H A Dclientloop.c1601 if ((r = ssh_packet_check_rekey(ssh)) != 0) in client_loop()