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
157 pub fn new_handshake(&mut self) -> Result<Handshake> { in new_handshake()337 pub struct Handshake(*mut SSL); struct339 impl Handshake { implementation341 pub unsafe fn from_ptr(ssl: *mut c_void) -> Handshake { in from_ptr()610 unsafe impl std::marker::Send for Handshake {} implementation612 impl Drop for Handshake { implementation951 fn map_result_ssl(ssl: &Handshake, bssl_result: c_int) -> Result<()> { in map_result_ssl()
40 Handshake = 2, enumerator
75 Handshake, enumerator
1318 config: &mut Config, 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
1800 func (c *Conn) Handshake() error { func