Home
last modified time | relevance | path

Searched refs:PROTOCOL_VERSION_DRAFT28 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/src/
Dcrypto.rs349 crate::PROTOCOL_VERSION_DRAFT27 | crate::PROTOCOL_VERSION_DRAFT28 => in derive_initial_secret()
551 derive_initial_secret(&dcid, crate::PROTOCOL_VERSION_DRAFT28) in derive_initial_secrets_old()
Dpacket.rs593 b.put_u32(crate::PROTOCOL_VERSION_DRAFT28)?; in negotiate_version()
666 crate::PROTOCOL_VERSION_DRAFT27 | crate::PROTOCOL_VERSION_DRAFT28 => in compute_retry_integrity_tag()
Dlib.rs281 const PROTOCOL_VERSION_DRAFT28: u32 = 0xff00_001c; constant
1078 PROTOCOL_VERSION_DRAFT28 | in version_is_supported()
1740 if !self.did_retry && self.version >= PROTOCOL_VERSION_DRAFT28 { in recv_single()
3670 if self.version >= PROTOCOL_VERSION_DRAFT28 { in process_frame()