Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dreadconf.h118 int64_t rekey_limit; member
Dservconf.h180 int64_t rekey_limit; member
Dservconf.c122 options->rekey_limit = -1; in initialize_server_options()
272 if (options->rekey_limit == -1) in fill_default_server_options()
273 options->rekey_limit = 0; in fill_default_server_options()
1228 if (*activep && options->rekey_limit == -1) in process_server_config_line()
1229 options->rekey_limit = (u_int32_t)val64; in process_server_config_line()
1842 M_CP_INTOPT(rekey_limit); in copy_set_server_options()
2147 printf("rekeylimit %lld %d\n", (long long)o->rekey_limit, in dump_config()
Dreadconf.c935 if (*activep && options->rekey_limit == -1) in process_config_line()
936 options->rekey_limit = (u_int32_t)val64; in process_config_line()
1630 options->rekey_limit = - 1; in initialize_options()
1796 if (options->rekey_limit == -1) in fill_default_options()
1797 options->rekey_limit = 0; in fill_default_options()
Dpacket.c173 u_int32_t rekey_limit; member
816 if (active_state->rekey_limit) in set_newkeys()
818 active_state->rekey_limit / enc->block_size); in set_newkeys()
1983 active_state->rekey_limit = bytes; in packet_set_rekey_limits()
Dsshconnect2.c213 if (options.rekey_limit || options.rekey_interval) in ssh_kex2()
214 packet_set_rekey_limits((u_int32_t)options.rekey_limit, in ssh_kex2()
Dsshd.c2534 if (options.rekey_limit || options.rekey_interval)
2535 packet_set_rekey_limits((u_int32_t)options.rekey_limit,
Dmonitor.c1795 if (options.rekey_limit || options.rekey_interval) in monitor_apply_keystate()
1796 packet_set_rekey_limits((u_int32_t)options.rekey_limit, in monitor_apply_keystate()