Searched refs:is_handshake_completed_successfully (Results 1 – 2 of 2) sorted by relevance
391 if !self.is_handshake_completed_successfully() { in read()433 if !self.is_handshake_completed_successfully() { in write()505 should_encrypt: self.is_handshake_completed_successfully(), in notify()742 pub(crate) fn is_handshake_completed_successfully(&self) -> bool { in is_handshake_completed_successfully() method
209 if state == HandshakeState::Finished && !self.is_handshake_completed_successfully() { in handshake()