HomeSort by relevance Sort by last modified time
    Searched refs:server_hello (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/quic/
quic_config.cc 89 const CryptoHandshakeMessage& server_hello,
94 QuicErrorCode error = ReadUint32(server_hello, &value, error_details);
197 const CryptoHandshakeMessage& server_hello,
203 QuicErrorCode error = ReadVector(server_hello, &received_tags,
331 const CryptoHandshakeMessage& server_hello,
337 error = congestion_control_.ProcessServerHello(server_hello, error_details);
341 server_hello, error_details);
345 server_hello, error_details);
349 server_hello, error_details);
quic_config.h 68 // |server_hello|. Returns error if the value received in |server_hello| is
71 QuicErrorCode ProcessServerHello(const CryptoHandshakeMessage& server_hello,
112 // Sets the value for |name_| tag in |server_hello| as |negotiated_value_|.
113 // Returns error if the value received in |server_hello| isn't present in
115 QuicErrorCode ProcessServerHello(const CryptoHandshakeMessage& server_hello,
178 QuicErrorCode ProcessServerHello(const CryptoHandshakeMessage& server_hello,
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 121 server_hello = 2, enumerator in enum:__anon11479
ssl3con.c 513 case server_hello: rv = "server_hello (2)"; break;
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 17 server_hello = 2 variable in class:HandshakeType
TLSRecordLayer.py 700 elif subType == HandshakeType.server_hello:
    [all...]
messages.py 260 w = HandshakeMsg.preWrite(self, HandshakeType.server_hello, trial)
TLSConnection.py 520 HandshakeType.server_hello):
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 362 // ProcessServerHello processes the message in |server_hello|, writes the
364 // |server_hello| is unacceptable then it puts an error message in
366 QuicErrorCode ProcessServerHello(const CryptoHandshakeMessage& server_hello,
crypto_handshake.cc 841 const CryptoHandshakeMessage& server_hello,
847 if (server_hello.tag() != kSHLO) {
856 if (!server_hello.GetStringPiece(kPUBS, &public_value)) {
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_srvr.c 123 static int server_hello(SSL *s);
216 ret=server_hello(s);
697 static int server_hello(SSL *s) function
  /external/openssl/ssl/
s2_srvr.c 123 static int server_hello(SSL *s);
216 ret=server_hello(s);
697 static int server_hello(SSL *s) function
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 199 milliseconds