Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h122 int64_t rekey_limit; member
H A Dservconf.h235 int64_t rekey_limit; member
H A Dsshd-auth.c802 if (options.rekey_limit || options.rekey_interval) in do_ssh2_kex()
803 ssh_packet_set_rekey_limits(ssh, options.rekey_limit, in do_ssh2_kex()
H A Dpacket.c184 uint64_t max_blocks_in, max_blocks_out, rekey_limit; member
1061 if (state->rekey_limit) { in ssh_set_newkeys()
1063 state->rekey_limit / enc->block_size); in ssh_set_newkeys()
2349 ssh->state->rekey_limit = bytes; in ssh_packet_set_rekey_limits()
2482 (r = sshbuf_put_u64(m, state->rekey_limit)) != 0 || in ssh_packet_get_state()
2622 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 || in ssh_packet_set_state()
3053 if (state->rekey_limit == 0) { in connection_info_message()
H A Dservconf.c143 options->rekey_limit = -1; in initialize_server_options()
405 if (options->rekey_limit == -1) in fill_default_server_options()
406 options->rekey_limit = 0; in fill_default_server_options()
1784 if (*activep && options->rekey_limit == -1) in process_server_config_line_depth()
1785 options->rekey_limit = val64; in process_server_config_line_depth()
2998 M_CP_INTOPT(rekey_limit); in copy_set_server_options()
3425 printf("rekeylimit %llu %d\n", (unsigned long long)o->rekey_limit, in dump_config()
H A Dreadconf.c1382 if (*activep && options->rekey_limit == -1) in process_config_line_depth()
1383 options->rekey_limit = val64; in process_config_line_depth()
2774 options->rekey_limit = - 1; in initialize_options()
2963 if (options->rekey_limit == -1) in fill_default_options()
2964 options->rekey_limit = 0; in fill_default_options()
3923 (unsigned long long)o->rekey_limit, o->rekey_interval); in dump_client_config()
H A Dsshconnect2.c230 if (options.rekey_limit || options.rekey_interval) in ssh_kex2()
231 ssh_packet_set_rekey_limits(ssh, options.rekey_limit, in ssh_kex2()