Searched defs:Handshake (Results 1 – 12 of 12) 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
209 pub fn new_handshake(&mut self) -> Result<Handshake> { in new_handshake()401 pub struct Handshake { struct409 impl Handshake { impl411 pub unsafe fn from_ptr(ssl: *mut c_void) -> Handshake { in from_ptr()415 fn new(ptr: *mut SSL) -> Handshake { in new()883 unsafe impl std::marker::Send for Handshake {} implementation884 unsafe impl std::marker::Sync for Handshake {} implementation886 impl Drop for Handshake { implementation
59 Handshake = 1, enumerator120 Handshake, enumerator
45 Handshake = 2, enumerator
1670 peer: SocketAddr, config: &mut Config, tls: tls::Handshake, 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
374 int SSLServerContextImpl::SocketImpl::Handshake( in Handshake() function in net::SSLServerContextImpl::SocketImpl
575 TEST_F(SSLServerSocketTest, Handshake) { in TEST_F() argument
1800 func (c *Conn) Handshake() error { func