Home
last modified time | relevance | path

Searched defs:ZeroRttChecker (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs818 pub trait ZeroRttChecker: std::fmt::Debug + std::marker::Unpin { interface
925 checker: Box<dyn ZeroRttChecker>, in enable_0rtt()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs971 pub trait ZeroRttChecker: std::fmt::Debug + std::marker::Unpin { interface
1087 checker: Box<dyn ZeroRttChecker>, in enable_0rtt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dtparams.rs333 pub fn wrap(handler: Rc<RefCell<TransportParametersHandler>>) -> Box<dyn ZeroRttChecker> { in wrap()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs971 pub trait ZeroRttChecker: std::fmt::Debug + std::marker::Unpin { trait
1089 checker: Box<dyn ZeroRttChecker>, in enable_0rtt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-crypto/src/
H A Dagent.rs971 pub trait ZeroRttChecker: std::fmt::Debug + std::marker::Unpin { trait
1089 checker: Box<dyn ZeroRttChecker>, in enable_0rtt()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dtparams.rs530 ) -> Box<dyn ZeroRttChecker> { in wrap()
H A Dserver.rs198 zero_rtt_checker: Box<dyn ZeroRttChecker>, in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dtparams.rs526 ) -> Box<dyn ZeroRttChecker> { in wrap()
H A Dserver.rs201 zero_rtt_checker: Box<dyn ZeroRttChecker>, in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dtparams.rs526 ) -> Box<dyn ZeroRttChecker> { in wrap()
H A Dserver.rs201 zero_rtt_checker: Box<dyn ZeroRttChecker>, in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-http3/src/
H A Dserver.rs57 zero_rtt_checker: Option<Box<dyn ZeroRttChecker>>, in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-http3/src/
H A Dserver.rs57 zero_rtt_checker: Option<Box<dyn ZeroRttChecker>>, in new()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-http3/src/
H A Dserver.rs56 zero_rtt_checker: Option<Box<dyn ZeroRttChecker>>, in new()