Home
last modified time | relevance | path

Searched refs:last_rekey (Results 1 – 15 of 15) sorted by relevance

/dports/security/openconnect/openconnect-8.10/
H A Dmainloop.c347 ka_check_deadline(timeout, now, ka->last_rekey + ka->rekey)) { in ka_stalled_action()
348 ka->last_rekey = now; in ka_stalled_action()
365 ka_check_deadline(timeout, now, ka->last_rekey + ka->rekey)) { in keepalive_action()
366 ka->last_rekey = now; in keepalive_action()
H A Dgnutls-dtls.c470 vpninfo->dtls_times.last_rekey = vpninfo->dtls_times.last_rx = in dtls_try_handshake()
H A Dgpst.c502 vpninfo->ssl_times.last_rekey = time(NULL); in gpst_parse_config_xml()
572 vpninfo->dtls_times.last_rekey = time(&vpninfo->new_dtls_started); in gpst_parse_config_xml()
H A Dopenssl-dtls.c619 vpninfo->dtls_times.last_rekey = vpninfo->dtls_times.last_rx = in dtls_try_handshake()
H A Dopenconnect-internal.h194 time_t last_rekey; member
H A Dcstp.c652 vpninfo->ssl_times.last_rekey = vpninfo->ssl_times.last_rx = in start_cstp_connection()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/
H A Dsession.rs42 pub last_rekey: std::time::Instant, field
88 last_rekey: std::time::Instant::now(), in encrypted()
329 let dur = now.duration_since(self.last_rekey); in flush()
/dports/security/putty/putty-0.76/
H A Dssh2transport.h146 unsigned long next_rekey, last_rekey; member
H A Dssh2transport.c1562 s->last_rekey = GETTICKCOUNT(); in ssh2_transport_process_queue()
1726 if (now - s->last_rekey > ticks - 30*TICKSPERSEC) { in ssh2_transport_timer()
1778 next = s->last_rekey + ticks; in ssh2_transport_timer_update()
1781 if (now - s->last_rekey > ticks) in ssh2_transport_timer_update()
/dports/security/putty-nogtk/putty-0.76/
H A Dssh2transport.h146 unsigned long next_rekey, last_rekey; member
H A Dssh2transport.c1562 s->last_rekey = GETTICKCOUNT(); in ssh2_transport_process_queue()
1726 if (now - s->last_rekey > ticks - 30*TICKSPERSEC) { in ssh2_transport_timer()
1778 next = s->last_rekey + ticks; in ssh2_transport_timer_update()
1781 if (now - s->last_rekey > ticks) in ssh2_transport_timer_update()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dssh2transport.h146 unsigned long next_rekey, last_rekey; member
H A Dssh2transport.c1565 s->last_rekey = GETTICKCOUNT(); in ssh2_transport_process_queue()
1729 if (now - s->last_rekey > ticks - 30*TICKSPERSEC) { in ssh2_transport_timer()
1781 next = s->last_rekey + ticks; in ssh2_transport_timer_update()
1784 if (now - s->last_rekey > ticks) in ssh2_transport_timer_update()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/client/
H A Dencrypted.rs99 enc.last_rekey = std::time::Instant::now(); in client_read_encrypted()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/server/
H A Dencrypted.rs85 enc.last_rekey = std::time::Instant::now(); in server_read_encrypted()