• Home
  • Raw
  • Download

Lines Matching refs:handshake_status

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()
7399 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
7400 assert_eq!(pipe.server.handshake_status().has_handshake_keys, true); in handshake_anti_deadlock()
7401 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()
7407 assert_eq!(pipe.client.handshake_status().has_handshake_keys, true); in handshake_anti_deadlock()
7408 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
7409 assert_eq!(pipe.server.handshake_status().has_handshake_keys, true); in handshake_anti_deadlock()
7410 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()