Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h152 int64_t rekey_limit; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c571 if (*activep && options->rekey_limit == -1) in process_config_line()
572 options->rekey_limit = (u_int32_t)val64; in process_config_line()
988 options->rekey_limit = -1; in initialize_options()
1130 if (options->rekey_limit == -1) in fill_default_options()
1131 options->rekey_limit = 0; in fill_default_options()
H A Dpacket.c140 static u_int32_t rekey_limit; variable
656 if (rekey_limit) in set_newkeys()
657 *max_blocks = MIN(*max_blocks, rekey_limit / enc->block_size); in set_newkeys()
1732 rekey_limit = bytes; in packet_set_rekey_limit()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c141 if (options.rekey_limit) in ssh_kex2()
142 packet_set_rekey_limit((u_int32_t)options.rekey_limit); in ssh_kex2()