HomeSort by relevance Sort by last modified time
    Searched defs:rekeying (Results 1 - 3 of 3) sorted by null

  /external/openssh/
serverloop.c 822 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");
    [all...]
clientloop.c 161 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
    [all...]
packet.c 186 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;
    [all...]

Completed in 106 milliseconds