Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dcrypto.rs516 crate::PROTOCOL_VERSION_DRAFT29 => &INITIAL_SALT_DRAFT29, in derive_initial_secret()
796 derive_initial_secret(&dcid, crate::PROTOCOL_VERSION_DRAFT29); in derive_initial_secrets_draft29()
Dpacket.rs749 b.put_u32(crate::PROTOCOL_VERSION_DRAFT29)?; in negotiate_version()
835 crate::PROTOCOL_VERSION_DRAFT29 => in compute_retry_integrity_tag()
Dlib.rs426 const PROTOCOL_VERSION_DRAFT29: u32 = 0xff00_001d; constant
1565 PROTOCOL_VERSION_DRAFT29 in version_is_supported()
9006 let mut config = Config::new(PROTOCOL_VERSION_DRAFT29).unwrap(); in handshake_downgrade_v1()
9015 assert_eq!(pipe.client.version, PROTOCOL_VERSION_DRAFT29); in handshake_downgrade_v1()
9016 assert_eq!(pipe.server.version, PROTOCOL_VERSION_DRAFT29); in handshake_downgrade_v1()