HomeSort by relevance Sort by last modified time
    Searched defs:Handshake (Results 1 - 13 of 13) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Handshake.java 29 * A record of a TLS handshake. For HTTPS clients, the client is <i>local</i>
32 * <p>This value object describes a completed handshake. Use {@link
35 public final class Handshake {
40 private Handshake(
47 public static Handshake get(SSLSession session) {
66 return new Handshake(cipherSuite, peerCertificatesList, localCertificatesList);
69 public static Handshake get(
72 return new Handshake(cipherSuite, Util.immutableList(peerCertificates),
106 if (!(other instanceof Handshake)) return false;
107 Handshake that = (Handshake) other
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 94 public virtual void Handshake() {
RemoteDebugEventSocketListener.cs 252 Handshake();
319 protected virtual void Handshake() {
327 listener.Commence(); // inform listener after handshake
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 99 public virtual void Handshake()
RemoteDebugEventSocketListener.cs 308 Handshake();
399 protected virtual void Handshake()
408 listener.Commence(); // inform listener after handshake
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 30 // constant after handshake; protected by handshakeMutex
33 // to running the handshake for this Conn. Other goroutines that need
34 // to wait for the handshake can wait on this, under handshakeMutex.
36 handshakeErr error // error resulting from handshake
41 // application data (i.e. is not currently processing a handshake).
63 // message during the most recent handshake. This is recorded because
75 // by the client or server in the most recent handshake. This is
88 hand bytes.Buffer // handshake data waiting to be read
565 // handshake data if handshake not yet completed
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 30 // constant after handshake; protected by handshakeMutex
33 // to running the handshake for this Conn. Other goroutines that need
34 // to wait for the handshake can wait on this, under handshakeMutex.
36 handshakeErr error // error resulting from handshake
41 // application data (i.e. is not currently processing a handshake).
63 // message during the most recent handshake. This is recorded because
75 // by the client or server in the most recent handshake. This is
88 hand bytes.Buffer // handshake data waiting to be read
565 // handshake data if handshake not yet completed
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 35 // constant after handshake; protected by handshakeMutex
37 handshakeErr error // error resulting from handshake
55 // handshake. This is the "tls-unique" channel binding value.
58 // by the peer in the handshake, or zero if not applicable.
60 // curveID contains the curve that was used in the handshake, or zero if
86 hand bytes.Buffer // handshake record waiting to be read
89 // handshake data to be split into records at the end of the flight.
95 handMsg []byte // pending assembled handshake message
96 handMsgLen int // handshake message length, not including the header
97 pendingFragments [][]byte // pending outgoing handshake fragments
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 

Completed in 882 milliseconds