Searched refs:PROTOCOL_VERSION_DRAFT28 (Results 1 – 3 of 3) sorted by relevance
349 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()
593 b.put_u32(crate::PROTOCOL_VERSION_DRAFT28)?; in negotiate_version()666 crate::PROTOCOL_VERSION_DRAFT27 | crate::PROTOCOL_VERSION_DRAFT28 => in compute_retry_integrity_tag()
281 const PROTOCOL_VERSION_DRAFT28: u32 = 0xff00_001c; constant1078 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()