Home
last modified time | relevance | path

Searched refs:rekey_interval (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h123 int rekey_interval; member
H A Dservconf.h219 int rekey_interval; member
H A Dpacket.c194 u_int32_t rekey_interval; /* how often in seconds */ member
985 if (state->rekey_interval != 0 && in ssh_packet_need_rekeying()
986 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()
2193 ssh->state->rekey_interval = seconds; in ssh_packet_set_rekey_limits()
2201 seconds = ssh->state->rekey_time + ssh->state->rekey_interval - in ssh_packet_get_rekey_timeout()
2325 (r = sshbuf_put_u32(m, state->rekey_interval)) != 0 || in ssh_packet_get_state()
2461 (r = sshbuf_get_u32(m, &state->rekey_interval)) != 0 || in ssh_packet_set_state()
H A Dservconf.c147 options->rekey_interval = -1; in initialize_server_options()
392 if (options->rekey_interval == -1) in fill_default_server_options()
393 options->rekey_interval = 0; in fill_default_server_options()
1756 intptr = &options->rekey_interval; in process_server_config_line_depth()
2825 M_CP_INTOPT(rekey_interval); in copy_set_server_options()
3242 o->rekey_interval); in dump_config()
H A Dreadconf.c1297 intptr = &options->rekey_interval; in process_config_line_depth()
2599 options->rekey_interval = -1; in initialize_options()
2790 if (options->rekey_interval == -1) in fill_default_options()
2791 options->rekey_interval = 0; in fill_default_options()
3689 (unsigned long long)o->rekey_limit, o->rekey_interval); in dump_client_config()
H A Dsshd.c2492 if (options.rekey_limit || options.rekey_interval)
2494 options.rekey_interval);
H A Dserverloop.c187 if (options.rekey_interval > 0 && !ssh_packet_is_rekeying(ssh)) { in wait_until_can_do_something()
H A Dsshconnect2.c231 if (options.rekey_limit || options.rekey_interval) in ssh_kex2()
233 options.rekey_interval); in ssh_kex2()
H A Dclientloop.c727 if (options.rekey_interval > 0 && !ssh_packet_is_rekeying(ssh)) { in client_wait_until_can_do_something()