Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config_test.cc29 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint16(kVERS, &vers)); in TEST()
Dcrypto_protocol.h62 const QuicTag kVERS = TAG('V', 'E', 'R', 'S'); // Version (obsolete) variable
Dcrypto_handshake.cc265 case kVERS: in DebugStringInternal()
Dquic_crypto_client_config.cc252 out->SetValue(kVERS, static_cast<uint16>(0)); in FillInchoateClientHello()
Dquic_crypto_server_config.cc244 msg.SetValue(kVERS, static_cast<uint16>(0)); in DefaultConfig()