Home
last modified time | relevance | path

Searched defs:Handshake (Results 1 – 11 of 11) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHandshake.java35 public final class Handshake { class
40 private Handshake( in Handshake() method in Handshake
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DHandshake.java37 public final class Handshake { class
42 private Handshake( in Handshake() method in Handshake
/external/rust/crates/quiche/src/
Dtls.rs139 pub fn new_handshake(&mut self) -> Result<Handshake> { in new_handshake()
300 pub struct Handshake(*mut SSL); struct
302 impl Handshake { impl
303 pub unsafe fn from_ptr(ssl: *mut c_void) -> Handshake { in from_ptr()
528 unsafe impl std::marker::Send for Handshake {} implementation
530 impl Drop for Handshake { implementation
803 fn map_result_ssl(ssl: &Handshake, bssl_result: c_int) -> Result<()> { in map_result_ssl()
Dcrypto.rs40 Handshake = 2, enumerator
Dpacket.rs75 Handshake, enumerator
Dlib.rs1128 tls: tls::Handshake, is_server: bool, in with_tls()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs319 protected virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
DDebugEventSocketProxy.cs94 public virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs399 protected virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
DDebugEventSocketProxy.cs99 public virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/boringssl/src/ssl/test/runner/
Dconn.go1841 func (c *Conn) Handshake() error { func