Searched defs:Handshake (Results 1 – 11 of 11) sorted by relevance
35 public final class Handshake { class40 private Handshake( in Handshake() method in Handshake
37 public final class Handshake { class42 private Handshake( in Handshake() method in Handshake
139 pub fn new_handshake(&mut self) -> Result<Handshake> { in new_handshake()300 pub struct Handshake(*mut SSL); struct302 impl Handshake { implementation303 pub unsafe fn from_ptr(ssl: *mut c_void) -> Handshake { in from_ptr()528 unsafe impl std::marker::Send for Handshake {} implementation530 impl Drop for Handshake { implementation803 fn map_result_ssl(ssl: &Handshake, bssl_result: c_int) -> Result<()> { in map_result_ssl()
40 Handshake = 2, enumerator
75 Handshake, enumerator
1128 tls: tls::Handshake, is_server: bool, in with_tls()
319 protected virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
94 public virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
399 protected virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
99 public virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
1841 func (c *Conn) Handshake() error { func