Searched refs:rekey_limit (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h113 int64_t rekey_limit; member in struct:__anon4957
H A Dservconf.h181 int64_t rekey_limit; member in struct:__anon4965
H A Dservconf.c121 options->rekey_limit = -1;
268 if (options->rekey_limit == -1)
269 options->rekey_limit = 0;
1215 if (*activep && options->rekey_limit == -1)
1216 options->rekey_limit = (u_int32_t)val64;
1844 M_CP_INTOPT(rekey_limit);
2135 printf("rekeylimit %lld %d\n", (long long)o->rekey_limit,
H A Dreadconf.c624 if (*activep && options->rekey_limit == -1)
625 options->rekey_limit = (u_int32_t)val64;
1301 options->rekey_limit = - 1;
1446 if (options->rekey_limit == -1)
1447 options->rekey_limit = 0;
H A Dpacket.c171 u_int32_t rekey_limit; member in struct:session_state
813 if (active_state->rekey_limit)
815 active_state->rekey_limit / enc->block_size);
1972 active_state->rekey_limit = bytes;
H A Dsshconnect2.c211 if (options.rekey_limit || options.rekey_interval)
212 packet_set_rekey_limits((u_int32_t)options.rekey_limit,
H A Dsshd.c2502 if (options.rekey_limit || options.rekey_interval)
2503 packet_set_rekey_limits((u_int32_t)options.rekey_limit,
H A Dmonitor.c1817 if (options.rekey_limit || options.rekey_interval)
1818 packet_set_rekey_limits((u_int32_t)options.rekey_limit,

Completed in 96 milliseconds