Home
last modified time | relevance | path

Searched defs:HandshakeType (Results 1 – 12 of 12) sorted by relevance

/webrtc/dtls/src/handshake/
H A Dmod.rs38 pub enum HandshakeType { enum
54 impl fmt::Display for HandshakeType { implementation
73 impl From<u8> for HandshakeType { implementation
108 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_server_hello_done.rs12 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_finished.rs14 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_client_key_exchange.rs16 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_hello_verify_request.rs34 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_certificate_verify.rs19 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_certificate.rs17 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_cache.rs48 typ: HandshakeType, in push()
104 ) -> Result<(isize, HashMap<HandshakeType, HandshakeMessage>)> { in full_pull_map()
H A Dhandshake_message_certificate_request.rs27 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_server_key_exchange.rs25 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_server_hello.rs55 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()
H A Dhandshake_message_client_hello.rs76 pub fn handshake_type(&self) -> HandshakeType { in handshake_type()