Home
last modified time | relevance | path

Searched refs:has_handshake_keys (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/src/recovery/
Dmod.rs381 if handshake_status.has_handshake_keys { in on_loss_detection_timeout()
535 if handshake_status.has_handshake_keys { in pto_time_and_space()
942 pub has_handshake_keys: bool, field
953 has_handshake_keys: true, in default()
/external/rust/crates/quiche/src/
Dlib.rs3987 has_handshake_keys: self.pkt_num_spaces[packet::EPOCH_HANDSHAKE] in handshake_status()
7384 assert_eq!(pipe.client.handshake_status().has_handshake_keys, false); in handshake_anti_deadlock()
7386 assert_eq!(pipe.server.handshake_status().has_handshake_keys, false); in handshake_anti_deadlock()
7398 assert_eq!(pipe.client.handshake_status().has_handshake_keys, false); in handshake_anti_deadlock()
7400 assert_eq!(pipe.server.handshake_status().has_handshake_keys, true); in handshake_anti_deadlock()
7407 assert_eq!(pipe.client.handshake_status().has_handshake_keys, true); in handshake_anti_deadlock()
7409 assert_eq!(pipe.server.handshake_status().has_handshake_keys, true); in handshake_anti_deadlock()