Lines Matching refs:peer_verified_address
890 peer_verified_address: bool, field
1210 peer_verified_address: is_server, in with_tls()
3567 self.peer_verified_address = true; in process_frame()
3573 self.peer_verified_address = true; in process_frame()
3889 self.peer_verified_address = true; in process_frame()
3990 peer_verified_address: self.peer_verified_address, in handshake_status()
7385 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
7387 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()
7399 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
7401 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()
7408 assert_eq!(pipe.client.handshake_status().peer_verified_address, false); in handshake_anti_deadlock()
7410 assert_eq!(pipe.server.handshake_status().peer_verified_address, true); in handshake_anti_deadlock()