HomeSort by relevance Sort by last modified time
    Searched refs:rekey_limit (Results 1 - 4 of 4) sorted by null

  /external/openssh/
readconf.h 110 int64_t rekey_limit; member in struct:__anon12454
readconf.c 575 if (*activep && options->rekey_limit == -1)
576 options->rekey_limit = (u_int32_t)val64;
    [all...]
packet.c 169 u_int32_t rekey_limit; member in struct:session_state
803 if (active_state->rekey_limit)
805 active_state->rekey_limit / enc->block_size);
    [all...]
sshconnect2.c 200 if (options.rekey_limit)
201 packet_set_rekey_limit((u_int32_t)options.rekey_limit);
    [all...]

Completed in 143 milliseconds