/external/chromium_org/net/quic/crypto/ |
quic_crypto_server_config.cc | 94 : client_hello(in_client_hello), 99 CryptoHandshakeMessage client_hello; member in struct:net::ValidateClientHelloResultCallback::Result 185 RunImpl(result->client_hello, *result); 455 const CryptoHandshakeMessage& client_hello, 463 client_hello, client_ip, now); 466 client_hello.GetStringPiece(kSCID, &requested_scid); 510 const CryptoHandshakeMessage& client_hello = local 511 validate_chlo_result.client_hello; 519 if (client_hello.GetUint32(kVER, &client_version_tag) != QUIC_NO_ERROR) { 537 client_hello.GetStringPiece(kSCID, &requested_scid) 882 const CryptoHandshakeMessage& client_hello = local [all...] |
quic_crypto_server_config.h | 80 // Callback used to accept the result of the |client_hello| validation step. 83 // Opaque token that holds information about the client_hello and 92 virtual void RunImpl(const CryptoHandshakeMessage& client_hello, 178 // Checks |client_hello| for gross errors and determines whether it 187 // client_hello: the incoming client hello message. 197 const CryptoHandshakeMessage& client_hello, 202 // ProcessClientHello processes |client_hello| and decides whether to accept 385 // EvaluateClientHello checks |client_hello| for gross errors and determines 394 // BuildRejection sets |out| to be a REJ message in reply to |client_hello|. 397 const CryptoHandshakeMessage& client_hello, [all...] |
crypto_server_test.cc | 112 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message( local 121 ShouldSucceed(client_hello); 158 virtual void RunImpl(const CryptoHandshakeMessage& client_hello, 171 client_hello, result, should_succeed_, error_substr_);
|
/external/chromium_org/net/quic/ |
quic_crypto_server_stream.h | 68 virtual void RunImpl(const CryptoHandshakeMessage& client_hello,
|
quic_crypto_server_stream.cc | 193 const CryptoHandshakeMessage& client_hello, 196 parent_->FinishProcessingHandshakeMessage(client_hello, result);
|
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3prot.h | 121 client_hello = 1, enumerator in enum:__anon13671
|
ssl3con.c | 584 case client_hello: rv = "client_hello (1)"; break; [all...] |
/external/chromium_org/third_party/tlslite/tlslite/ |
tlsrecordlayer.py | 726 if subType == HandshakeType.client_hello: 761 if subType != HandshakeType.client_hello: 766 if HandshakeType.client_hello not in secondaryType: 770 subType = HandshakeType.client_hello 784 if subType == HandshakeType.client_hello: [all...] |
constants.py | 28 client_hello = 1 variable in class:HandshakeType
|
messages.py | 103 HandshakeMsg.__init__(self, HandshakeType.client_hello)
|
tlsconnection.py | [all...] |
/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 | |