Home
last modified time | relevance | path

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

/webrtc/dtls/src/conn/
H A Dmod.rs391 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
/webrtc/dtls/src/
H A Dhandshaker.rs209 if state == HandshakeState::Finished && !self.is_handshake_completed_successfully() { in handshake()