Searched refs:handshake_status (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | mod.rs | 198 handshake_status: HandshakeStatus, now: Instant, trace_id: &str, in on_packet_sent() 224 self.set_loss_detection_timer(handshake_status, now); in on_packet_sent() 244 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received() 346 self.set_loss_detection_timer(handshake_status, now); in on_ack_received() 356 &mut self, handshake_status: HandshakeStatus, now: Instant, in on_loss_detection_timeout() 365 self.set_loss_detection_timer(handshake_status, now); in on_loss_detection_timeout() 374 let (_, e) = self.pto_time_and_space(handshake_status, now); in on_loss_detection_timeout() 381 if handshake_status.has_handshake_keys { in on_loss_detection_timeout() 413 self.set_loss_detection_timer(handshake_status, now); in on_loss_detection_timeout() 419 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded() [all …]
|
/external/rust/crates/quiche/src/ |
D | lib.rs | 2566 self.handshake_status(), in send() 3313 self.handshake_status(), in on_timeout() 3582 self.handshake_status(), in process_frame() 3930 self.handshake_status(), in drop_epoch_state() 3985 fn handshake_status(&self) -> recovery::HandshakeStatus { in handshake_status() method 7384 assert_eq!(pipe.client.handshake_status().has_handshake_keys, false); in handshake_anti_deadlock() 7385 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock() 7386 assert_eq!(pipe.server.handshake_status().has_handshake_keys, false); in handshake_anti_deadlock() 7387 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock() 7398 assert_eq!(pipe.client.handshake_status().has_handshake_keys, false); in handshake_anti_deadlock() [all …]
|