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

  /external/openssh/
readconf.h 108 int64_t rekey_limit; member in struct:__anon17325
servconf.h 183 int64_t rekey_limit; member in struct:__anon17334
servconf.c 129 options->rekey_limit = -1;
292 if (options->rekey_limit == -1)
293 options->rekey_limit = 0;
    [all...]
packet.c 185 u_int32_t rekey_limit; member in struct:session_state
1006 if (state->rekey_limit)
1008 state->rekey_limit / enc->block_size);
    [all...]
readconf.c 956 if (*activep && options->rekey_limit == -1)
957 options->rekey_limit = (u_int32_t)val64;
    [all...]
sshconnect2.c 203 if (options.rekey_limit || options.rekey_interval)
204 packet_set_rekey_limits((u_int32_t)options.rekey_limit,
    [all...]
sshd.c     [all...]

Completed in 392 milliseconds