Searched refs:PROTOCOL_VERSION_DRAFT29 (Results 1 – 3 of 3) sorted by relevance
516 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()
749 b.put_u32(crate::PROTOCOL_VERSION_DRAFT29)?; in negotiate_version()835 crate::PROTOCOL_VERSION_DRAFT29 => in compute_retry_integrity_tag()
426 const PROTOCOL_VERSION_DRAFT29: u32 = 0xff00_001d; constant1565 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()