Home
last modified time | relevance | path

Searched refs:resuming_session (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/zola/zola-0.15.2/cargo-crates/rustls-0.20.2/src/client/
H A Dtls12.rs176 resuming_session: self.resuming_session, in handle_server_hello()
221 resuming_session: self.resuming_session, in handle()
238 resuming_session: self.resuming_session, in handle()
280 resuming_session: self.resuming_session, in handle()
298 resuming_session: self.resuming_session, in handle()
355 resuming_session: self.resuming_session, in handle()
410 resuming_session: self.resuming_session, in handle()
666 resuming_session: self.resuming_session, in handle()
830 resuming_session: st.resuming_session, in handle()
887 resuming_session: self.resuming_session, in handle()
[all …]
H A Dhs.rs98 let mut resuming_session = find_session( in start_handshake() localVariable
141 resuming_session, in start_handshake()
287 resuming_session in emit_client_hello_for_retry()
401 resuming_session, in emit_client_hello_for_retry()
587 let resuming_session = self in handle() localVariable
588 .resuming_session in handle()
599 resuming_session, in handle()
613 let resuming_session = self in handle() localVariable
614 .resuming_session in handle()
622 resuming_session, in handle()
[all …]
H A Dtls13.rs64 mut resuming_session: Option<persist::Tls13ClientSessionValue>, in handle_server_hello()
97 if let Some(ref resuming) = resuming_session { in handle_server_hello()
134 resuming_session.take(); in handle_server_hello()
174 resuming_session, in handle_server_hello()
262 resuming_session: &persist::Retrieved<&persist::Tls13ClientSessionValue>, in prepare_resumption()
266 let resuming_suite = resuming_session.suite(); in prepare_resumption()
271 let max_early_data_size = resuming_session.max_early_data_size(); in prepare_resumption()
284 let obfuscated_ticket_age = resuming_session.obfuscated_ticket_age(); in prepare_resumption()
375 resuming_session: Option<persist::Tls13ClientSessionValue>, field
412 if let Some(resuming_session) = self.resuming_session { in handle()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustls-0.20.2/src/client/
H A Dtls12.rs176 resuming_session: self.resuming_session, in handle_server_hello()
221 resuming_session: self.resuming_session, in handle()
238 resuming_session: self.resuming_session, in handle()
280 resuming_session: self.resuming_session, in handle()
298 resuming_session: self.resuming_session, in handle()
355 resuming_session: self.resuming_session, in handle()
410 resuming_session: self.resuming_session, in handle()
666 resuming_session: self.resuming_session, in handle()
830 resuming_session: st.resuming_session, in handle()
887 resuming_session: self.resuming_session, in handle()
[all …]
H A Dhs.rs98 let mut resuming_session = find_session( in start_handshake() localVariable
141 resuming_session, in start_handshake()
287 resuming_session in emit_client_hello_for_retry()
401 resuming_session, in emit_client_hello_for_retry()
587 let resuming_session = self in handle() localVariable
588 .resuming_session in handle()
599 resuming_session, in handle()
613 let resuming_session = self in handle() localVariable
614 .resuming_session in handle()
622 resuming_session, in handle()
[all …]
H A Dtls13.rs64 mut resuming_session: Option<persist::Tls13ClientSessionValue>,
97 if let Some(ref resuming) = resuming_session {
134 resuming_session.take();
174 resuming_session,
262 resuming_session: &persist::Retrieved<&persist::Tls13ClientSessionValue>,
266 let resuming_suite = resuming_session.suite();
271 let max_early_data_size = resuming_session.max_early_data_size();
284 let obfuscated_ticket_age = resuming_session.obfuscated_ticket_age();
375 resuming_session: Option<persist::Tls13ClientSessionValue>,
412 if let Some(resuming_session) = self.resuming_session {
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()
/dports/net/routinator/routinator-0.10.2/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()
H A Dhs.rs195 handshake.resuming_session = find_session(sess, handshake.dns_name.as_ref()); in emit_client_hello_for_retry()
196 let (session_id, ticket, resume_version) = if handshake.resuming_session.is_some() { in emit_client_hello_for_retry()
198 .resuming_session in emit_client_hello_for_retry()
367 .resuming_session in emit_client_hello_for_retry()
702 if let Some(ref resuming) = self.handshake.resuming_session { in handle()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/rustls-0.17.0/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustls-0.17.0/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
/dports/net/krill/krill-0.9.4/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()
/dports/www/xh/xh-0.14.1/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/rustls-0.18.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/rustls-0.19.1/src/client/
H A Dcommon.rs55 pub resuming_session: Option<persist::ClientSessionValue>, field
69 resuming_session: None, in new()
H A Dtls13.rs147 .resuming_session in fill_in_psk_binder()
200 if let Some(ref resuming) = handshake.resuming_session { in start_handshake_traffic()
239 handshake.resuming_session.take(); in start_handshake_traffic()
305 .resuming_session in prepare_resumption()
314 .resuming_session in prepare_resumption()
330 .resuming_session in prepare_resumption()
465 if let Some(resuming_session) = &self.handshake.resuming_session { in handle()
493 sess.server_cert_chain = resuming_session in handle()

12