Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dreadconf.h102 int64_t rekey_limit; member
Dreadconf.c522 if (*activep && options->rekey_limit == -1) in process_config_line()
523 options->rekey_limit = (u_int32_t)val64; in process_config_line()
1031 options->rekey_limit = - 1; in initialize_options()
1161 if (options->rekey_limit == -1) in fill_default_options()
1162 options->rekey_limit = 0; in fill_default_options()
Dpacket.c168 u_int32_t rekey_limit; member
797 if (active_state->rekey_limit) in set_newkeys()
799 active_state->rekey_limit / enc->block_size); in set_newkeys()
1852 active_state->rekey_limit = bytes; in packet_set_rekey_limit()
Dsshconnect2.c132 if (options.rekey_limit) in ssh_kex2()
133 packet_set_rekey_limit((u_int32_t)options.rekey_limit); in ssh_kex2()