Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dpacket.h117 int packet_need_rekeying(void);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c962 if (packet_need_rekeying()) { in server_loop2()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1212 if (need_rekeying || packet_need_rekeying()) { in client_loop()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1718 packet_need_rekeying(void) in packet_need_rekeying() function