Searched refs:rekeying (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dclientloop.c161 static int need_rekeying; /* Set to non-zero if rekeying is requested. */
562 int *maxfdp, u_int *nallocp, int rekeying)
569 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying);
1384 int max_fd = 0, max_fd2 = 0, len, rekeying = 0; local
1469 rekeying = (xxx_kex != NULL && !xxx_kex->done);
1471 if (rekeying) {
1472 debug("rekeying in progress");
1503 &max_fd2, &nalloc, rekeying);
1508 /* Do channel operations unless rekeying in progress. */
1509 if (!rekeying) {
561 client_wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, u_int *nallocp, int rekeying) argument
[all...]
H A Dserverloop.c822 int rekeying = 0, max_fd, nalloc = 0; local
847 rekeying = (xxx_kex != NULL && !xxx_kex->done);
849 if (!rekeying && packet_not_very_much_data_to_write())
861 if (!rekeying) {
864 debug("need rekeying");
1219 /* rekeying */
H A Dpacket.c186 int rekeying; member in struct:session_state
756 debug("set_newkeys: rekeying");
820 * Remember that we are past the authentication step, so rekeying
973 /* during rekeying we can only send key exchange messages */
974 if (active_state->rekeying) {
988 /* rekeying starts with sending KEXINIT */
990 active_state->rekeying = 1;
996 active_state->rekeying = 0;
H A Dchannels.c2093 u_int *nallocp, int rekeying)
2115 if (!rekeying)
2092 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, u_int *nallocp, int rekeying) argument

Completed in 135 milliseconds