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

  /external/chromium_org/net/quic/
quic_config.cc 75 const CryptoHandshakeMessage& client_hello,
80 QuicErrorCode error = ReadUint32(client_hello, &value, error_details);
173 const CryptoHandshakeMessage& client_hello,
179 QuicErrorCode error = ReadVector(client_hello, &received_tags,
350 const CryptoHandshakeMessage& client_hello,
356 error = congestion_control_.ProcessClientHello(client_hello, error_details);
360 client_hello, error_details);
364 client_hello, error_details);
368 client_hello, error_details);
372 client_hello, error_details)
    [all...]
quic_config.h 61 // corresponding value from |client_hello|. If the corresponding value is
64 QuicErrorCode ProcessClientHello(const CryptoHandshakeMessage& client_hello,
106 // Selects the tag common to both tags in |client_hello| for |name_| and
109 QuicErrorCode ProcessClientHello(const CryptoHandshakeMessage& client_hello,
185 QuicErrorCode ProcessClientHello(const CryptoHandshakeMessage& client_hello,
quic_crypto_server_stream.h 58 virtual void RunImpl(const CryptoHandshakeMessage& client_hello,
quic_crypto_server_stream.cc 182 const CryptoHandshakeMessage& client_hello,
185 parent_->FinishProcessingHandshakeMessage(client_hello, result);
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.cc 73 : client_hello(in_client_hello),
78 CryptoHandshakeMessage client_hello; member in struct:net::ValidateClientHelloResultCallback::Result
157 RunImpl(result->client_hello, *result);
422 const CryptoHandshakeMessage& client_hello,
429 client_hello, client_ip, now);
468 const CryptoHandshakeMessage& client_hello = local
469 validate_chlo_result.client_hello;
478 if (client_hello.GetUint32(kVER, &client_version_tag) == QUIC_NO_ERROR) {
494 client_hello.GetStringPiece(kSCID, &requested_scid);
536 BuildRejection(primary_config.get(), client_hello, info, rand, out)
797 const CryptoHandshakeMessage& client_hello = local
    [all...]
quic_crypto_server_config.h 42 // Callback used to accept the result of the |client_hello| validation step.
45 // Opaque token that holds information about the client_hello and
54 virtual void RunImpl(const CryptoHandshakeMessage& client_hello,
137 // Checks |client_hello| for gross errors and determines whether it
146 // client_hello: the incoming client hello message.
156 const CryptoHandshakeMessage& client_hello,
161 // ProcessClientHello processes |client_hello| and decides whether to accept
317 // EvaluateClientHello checks |client_hello| for gross errors and determines
325 // BuildRejection sets |out| to be a REJ message in reply to |client_hello|.
328 const CryptoHandshakeMessage& client_hello,
    [all...]
crypto_server_test.cc 51 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message( local
59 ShouldSucceed(client_hello);
92 virtual void RunImpl(const CryptoHandshakeMessage& client_hello,
96 client_hello, result, should_succeed_, error_substr_);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 121 client_hello = 1, enumerator in enum:__anon12173
ssl3con.c 567 case client_hello: rv = "client_hello (1)"; break;
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 16 client_hello = 1 variable in class:HandshakeType
TLSRecordLayer.py 639 if subType == HandshakeType.client_hello:
674 if subType != HandshakeType.client_hello:
679 if HandshakeType.client_hello not in secondaryType:
683 subType = HandshakeType.client_hello
698 if subType == HandshakeType.client_hello:
    [all...]
TLSConnection.py     [all...]
messages.py 206 w = HandshakeMsg.preWrite(self, HandshakeType.client_hello, trial)
  /external/chromium_org/third_party/openssl/openssl/ssl/
s2_clnt.c 124 static int client_hello(SSL *s);
208 ret=client_hello(s);
545 static int client_hello(SSL *s) function
  /external/openssl/ssl/
s2_clnt.c 124 static int client_hello(SSL *s);
208 ret=client_hello(s);
545 static int client_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 331 milliseconds