Home
last modified time | relevance | path

Searched refs:PACKET_BIT_FIXED_QUIC (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-transport/src/
H A Dpacket.rs31 const PACKET_BIT_FIXED_QUIC: u8 = 0x40; const
114 encoder.encode_byte(PACKET_BIT_SHORT | PACKET_BIT_FIXED_QUIC | (u8::from(key_phase) << 2)); in short()
138 encoder.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC | pt.code() << 4); in long()
248 | PACKET_BIT_FIXED_QUIC in retry()
372 return if first & 0x40 == PACKET_BIT_FIXED_QUIC { in decode()
428 if (first & PACKET_BIT_FIXED_QUIC) != PACKET_BIT_FIXED_QUIC { in decode()
738 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_dcid()
750 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_scid()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/packet/
H A Dmod.rs29 const PACKET_BIT_FIXED_QUIC: u8 = 0x40; const
189 .encode_byte(PACKET_BIT_SHORT | PACKET_BIT_FIXED_QUIC | (u8::from(key_phase) << 2)); in short()
228 encoder.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC | pt.code() << 4); in long()
305 let mask = if quic_bit { PACKET_BIT_FIXED_QUIC } else { 0 } in scramble()
463 | PACKET_BIT_FIXED_QUIC in retry()
973 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_dcid()
985 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_scid()
1026 assert!(firsts.iter().any(is_set(PACKET_BIT_FIXED_QUIC))); in scramble_short()
1028 assert!(!firsts.iter().all(is_set(PACKET_BIT_FIXED_QUIC))); in scramble_short()
1139 if (builder[0] & PACKET_BIT_FIXED_QUIC) == 0 { in scramble_long()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-transport/src/packet/
H A Dmod.rs29 const PACKET_BIT_FIXED_QUIC: u8 = 0x40; const
187 .encode_byte(PACKET_BIT_SHORT | PACKET_BIT_FIXED_QUIC | (u8::from(key_phase) << 2)); in short()
228 encoder.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC | pt.code() << 4); in long()
298 let mask = if quic_bit { PACKET_BIT_FIXED_QUIC } else { 0 } in scramble()
456 | PACKET_BIT_FIXED_QUIC in retry()
966 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_dcid()
978 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_scid()
1019 assert!(firsts.iter().any(is_set(PACKET_BIT_FIXED_QUIC))); in scramble_short()
1021 assert!(!firsts.iter().all(is_set(PACKET_BIT_FIXED_QUIC))); in scramble_short()
1132 if (builder[0] & PACKET_BIT_FIXED_QUIC) == 0 { in scramble_long()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-transport/src/packet/
H A Dmod.rs29 const PACKET_BIT_FIXED_QUIC: u8 = 0x40; const
187 .encode_byte(PACKET_BIT_SHORT | PACKET_BIT_FIXED_QUIC | (u8::from(key_phase) << 2)); in short()
228 encoder.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC | pt.code() << 4); in long()
298 let mask = if quic_bit { PACKET_BIT_FIXED_QUIC } else { 0 } in scramble()
456 | PACKET_BIT_FIXED_QUIC in retry()
966 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_dcid()
978 enc.encode_byte(PACKET_BIT_LONG | PACKET_BIT_FIXED_QUIC); in disallow_long_scid()
1019 assert!(firsts.iter().any(is_set(PACKET_BIT_FIXED_QUIC))); in scramble_short()
1021 assert!(!firsts.iter().all(is_set(PACKET_BIT_FIXED_QUIC))); in scramble_short()
1132 if (builder[0] & PACKET_BIT_FIXED_QUIC) == 0 { in scramble_long()