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.h218 int64_t rekey_limit; member
H A Dpacket.c191 u_int64_t max_blocks_in, max_blocks_out, rekey_limit; member
950 if (state->rekey_limit) in ssh_set_newkeys()
952 state->rekey_limit / enc->block_size); in ssh_set_newkeys()
2192 ssh->state->rekey_limit = bytes; in ssh_packet_set_rekey_limits()
2324 (r = sshbuf_put_u64(m, state->rekey_limit)) != 0 || in ssh_packet_get_state()
2460 (r = sshbuf_get_u64(m, &state->rekey_limit)) != 0 || in ssh_packet_set_state()
H A Dservconf.c146 options->rekey_limit = -1; in initialize_server_options()
390 if (options->rekey_limit == -1) in fill_default_server_options()
391 options->rekey_limit = 0; in fill_default_server_options()
1749 if (*activep && options->rekey_limit == -1) in process_server_config_line_depth()
1750 options->rekey_limit = val64; in process_server_config_line_depth()
2824 M_CP_INTOPT(rekey_limit); in copy_set_server_options()
3241 printf("rekeylimit %llu %d\n", (unsigned long long)o->rekey_limit, in dump_config()
H A Dreadconf.c1290 if (*activep && options->rekey_limit == -1) in process_config_line_depth()
1291 options->rekey_limit = val64; in process_config_line_depth()
2598 options->rekey_limit = - 1; in initialize_options()
2788 if (options->rekey_limit == -1) in fill_default_options()
2789 options->rekey_limit = 0; in fill_default_options()
3689 (unsigned long long)o->rekey_limit, o->rekey_interval); in dump_client_config()
H A Dsshd.c2490 if (options.rekey_limit || options.rekey_interval)
2491 ssh_packet_set_rekey_limits(ssh, options.rekey_limit,
H A Dsshconnect2.c231 if (options.rekey_limit || options.rekey_interval) in ssh_kex2()
232 ssh_packet_set_rekey_limits(ssh, options.rekey_limit, in ssh_kex2()