Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c483 int *maxfdp, int *nallocp, int rekeying) in client_wait_until_can_do_something() argument
489 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something()
1090 int max_fd = 0, max_fd2 = 0, len, rekeying = 0, nalloc = 0; in client_loop() local
1170 rekeying = (xxx_kex != NULL && !xxx_kex->done); in client_loop()
1172 if (rekeying) { in client_loop()
1204 &max_fd2, &nalloc, rekeying); in client_loop()
1210 if (!rekeying) { in client_loop()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c930 int rekeying = 0, max_fd, nalloc = 0; in server_loop2() local
951 rekeying = (xxx_kex != NULL && !xxx_kex->done); in server_loop2()
953 if (!rekeying && packet_not_very_much_data_to_write()) in server_loop2()
960 if (!rekeying) { in server_loop2()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c874 static int rekeying = 0; in packet_send2() local
883 if (rekeying) { in packet_send2()
899 rekeying = 1; in packet_send2()
907 rekeying = 0; in packet_send2()
H A Dchannels.c1693 int *nallocp, int rekeying) in channel_prepare_select() argument
1711 if (!rekeying) in channel_prepare_select()
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep290 situations where the client does not support rekeying which also
304 rekeying we will not use the engine at all. We expect this