Searched refs:rekey_time (Results 1 – 1 of 1) sorted by relevance
188 time_t rekey_time; /* time of last rekeying */ member1129 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()1455 state->rekey_time = monotime(); in ssh_packet_send2()2358 seconds = ssh->state->rekey_time + ssh->state->rekey_interval - in ssh_packet_get_rekey_timeout()2637 state->rekey_time = monotime(); in ssh_packet_set_state()3019 char *rekey_volume = NULL, *rekey_time = NULL, *comp_info = NULL; in connection_info_message() local3069 rekey_time = xstrdup("interval none"); in connection_info_message()3073 format_absolute_time(epoch + state->rekey_time + in connection_info_message()3075 xasprintf(&rekey_time, "interval %s, next %s", in connection_info_message()3091 rekey_volume, rekey_time, in connection_info_message()[all …]