Home
last modified time | relevance | path

Searched refs:kCHLO (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
Dquic_crypto_client_stream_test.cc69 message_.set_tag(kCHLO); in TEST_F()
77 message_.set_tag(kCHLO); in TEST_F()
Dquic_crypto_server_stream.cc43 if (message.tag() != kCHLO) { in OnHandshakeMessage()
Dquic_crypto_server_stream_test.cc226 message_.set_tag(kCHLO); in TEST_P()
/external/chromium_org/net/quic/crypto/
Dcrypto_protocol.h31 const QuicTag kCHLO = TAG('C', 'H', 'L', 'O'); // Client hello variable
Dquic_crypto_client_config.cc243 out->set_tag(kCHLO); in FillInchoateClientHello()