Home
last modified time | relevance | path

Searched refs:TLS_EPOCH_INITIAL (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dtracking.rs16 use neqo_crypto::{Epoch, TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL};
45 TLS_EPOCH_INITIAL => Self::Initial, in from()
111 Self::Initial => TLS_EPOCH_INITIAL, in into()
H A Dcrypto.rs19 TLS_AES_256_GCM_SHA384, TLS_EPOCH_APPLICATION_DATA, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL,
270 Self::new(direction, TLS_EPOCH_INITIAL, &secret, cipher) in new_initial()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs19 pub const TLS_EPOCH_INITIAL: Epoch = 0 as Epoch; const
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs19 pub const TLS_EPOCH_INITIAL: Epoch = 0_u16; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs19 pub const TLS_EPOCH_INITIAL: Epoch = 0_u16; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-crypto/src/
H A Dconstants.rs19 pub const TLS_EPOCH_INITIAL: Epoch = 0_u16; const
/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,
148 PacketNumberSpace::Initial => TLS_EPOCH_INITIAL, in handshake()
443 Self::new(direction, TLS_EPOCH_INITIAL, &secret, cipher) in new_initial()
H A Dtracking.rs18 use neqo_crypto::{Epoch, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL};
50 TLS_EPOCH_INITIAL => Self::Initial, in from()
/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,
148 PacketNumberSpace::Initial => TLS_EPOCH_INITIAL, in handshake()
443 Self::new(direction, TLS_EPOCH_INITIAL, &secret, cipher) in new_initial()
H A Dtracking.rs18 use neqo_crypto::{Epoch, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL};
50 TLS_EPOCH_INITIAL => Self::Initial, in from()
/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,
148 PacketNumberSpace::Initial => TLS_EPOCH_INITIAL, in handshake()
442 Self::new(direction, TLS_EPOCH_INITIAL, &secret, cipher) in new_initial()
H A Dtracking.rs18 use neqo_crypto::{Epoch, TLS_EPOCH_HANDSHAKE, TLS_EPOCH_INITIAL};
50 TLS_EPOCH_INITIAL => Self::Initial, in from()