Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dcrypto.rs19 TLS_AES_256_GCM_SHA384, TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL,
134 if let Some(secret) = self.tls.write_secret(TLS_EPOCH_APPLICATION_DATA) { in install_application_write_key()
149 .read_secret(TLS_EPOCH_APPLICATION_DATA) in install_application_keys()
346 && self.epoch > usize::from(TLS_EPOCH_APPLICATION_DATA) in needs_update()
356 self.epoch == usize::from(TLS_EPOCH_APPLICATION_DATA) in can_update()
464 dx: CryptoDxState::new(dir, TLS_EPOCH_APPLICATION_DATA, &secret, cipher), in new()
H A Dtracking.rs16 use neqo_crypto::{Epoch, TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL};
114 Self::ApplicationData => TLS_EPOCH_APPLICATION_DATA, in into()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/
H A Dcrypto.rs21 TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL, TLS_EPOCH_ZERO_RTT,
151 PacketNumberSpace::ApplicationData => TLS_EPOCH_APPLICATION_DATA, in handshake()
238 if let Some(secret) = self.tls.write_secret(TLS_EPOCH_APPLICATION_DATA) { in maybe_install_application_write_key()
252 .read_secret(TLS_EPOCH_APPLICATION_DATA) in install_application_keys()
565 && self.epoch > usize::from(TLS_EPOCH_APPLICATION_DATA) in needs_update()
575 self.epoch == usize::from(TLS_EPOCH_APPLICATION_DATA) in can_update()
704 dx: CryptoDxState::new(dir, TLS_EPOCH_APPLICATION_DATA, &secret, cipher), in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/
H A Dcrypto.rs21 TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL, TLS_EPOCH_ZERO_RTT,
151 PacketNumberSpace::ApplicationData => TLS_EPOCH_APPLICATION_DATA, in handshake()
238 if let Some(secret) = self.tls.write_secret(TLS_EPOCH_APPLICATION_DATA) { in maybe_install_application_write_key()
252 .read_secret(TLS_EPOCH_APPLICATION_DATA) in install_application_keys()
565 && self.epoch > usize::from(TLS_EPOCH_APPLICATION_DATA) in needs_update()
575 self.epoch == usize::from(TLS_EPOCH_APPLICATION_DATA) in can_update()
704 dx: CryptoDxState::new(dir, TLS_EPOCH_APPLICATION_DATA, &secret, cipher), in new()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dcrypto.rs21 TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL, TLS_EPOCH_ZERO_RTT,
151 PacketNumberSpace::ApplicationData => TLS_EPOCH_APPLICATION_DATA, in handshake()
238 if let Some(secret) = self.tls.write_secret(TLS_EPOCH_APPLICATION_DATA) { in maybe_install_application_write_key()
252 .read_secret(TLS_EPOCH_APPLICATION_DATA) in install_application_keys()
564 && self.epoch > usize::from(TLS_EPOCH_APPLICATION_DATA) in needs_update()
574 self.epoch == usize::from(TLS_EPOCH_APPLICATION_DATA) in can_update()
703 dx: CryptoDxState::new(dir, TLS_EPOCH_APPLICATION_DATA, &secret, cipher), in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs23 pub const TLS_EPOCH_APPLICATION_DATA: Epoch = 3 as Epoch; const
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs23 pub const TLS_EPOCH_APPLICATION_DATA: Epoch = 3_u16; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs23 pub const TLS_EPOCH_APPLICATION_DATA: Epoch = 3_u16; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs23 pub const TLS_EPOCH_APPLICATION_DATA: Epoch = 3_u16; const