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

  /external/chromium_org/net/quic/
quic_config.cc 72 const CryptoHandshakeMessage& client_hello,
77 QuicErrorCode error = ReadUint32(client_hello, &value, error_details);
168 const CryptoHandshakeMessage& client_hello,
174 QuicErrorCode error = ReadVector(client_hello, &received_tags,
307 const CryptoHandshakeMessage& client_hello,
313 error = congestion_control_.ProcessClientHello(client_hello, error_details);
317 client_hello, error_details);
321 client_hello, error_details);
325 client_hello, error_details);
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,
173 QuicErrorCode ProcessClientHello(const CryptoHandshakeMessage& client_hello,
  /external/chromium_org/net/quic/crypto/
crypto_server_config.cc 306 const CryptoHandshakeMessage& client_hello,
318 client_hello.GetStringPiece(kSCID, &requested_scid);
351 client_hello, primary_config->orbit, &info, error_details);
362 BuildRejection(version, primary_config.get(), client_hello, info, rand,
370 if (client_hello.GetTaglist(kAEAD, &their_aeads,
372 client_hello.GetTaglist(kKEXS, &their_key_exchanges,
393 if (!client_hello.GetStringPiece(kPUBS, &public_value)) {
414 const QuicData& client_hello_serialized = client_hello.GetSerialized();
424 client_hello.GetStringPiece(kCETV, &cetv_ciphertext)) {
425 CryptoHandshakeMessage client_hello_copy(client_hello);
    [all...]
crypto_server_config.h 112 // ProcessClientHello processes |client_hello| and decides whether to accept
118 // client_hello: the incoming client hello message.
131 QuicErrorCode ProcessClientHello(const CryptoHandshakeMessage& client_hello,
254 // EvaluateClientHello checks |client_hello| for gross errors and determines
258 const CryptoHandshakeMessage& client_hello,
263 // BuildRejection sets |out| to be a REJ message in reply to |client_hello|.
267 const CryptoHandshakeMessage& client_hello,
crypto_server_test.cc 46 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message( local
54 ShouldSucceed(client_hello);
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 120 client_hello = 1, enumerator in enum:__anon11479
ssl3con.c 512 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 187 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 336 milliseconds