Home
last modified time | relevance | path

Searched refs:kVER (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config_test.cc24 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver)); in TEST()
46 msg.SetVector(kVER, supported_version_tags); in TEST()
Dcrypto_protocol.h63 const QuicTag kVER = TAG('V', 'E', 'R', '\0'); // Version (new) variable
Dquic_crypto_client_config.cc253 out->SetValue(kVER, QuicVersionToQuicTag(preferred_version)); in FillInchoateClientHello()
565 if (server_hello.GetTaglist(kVER, &supported_version_tags, in ProcessServerHello()
Dcrypto_handshake.cc278 case kVER: in DebugStringInternal()
Dcrypto_server_test.cc321 out_.GetTaglist(kVER, &versions, &num_versions); in TEST_F()
Dquic_crypto_server_config.cc478 if (client_hello.GetUint32(kVER, &client_version_tag) == QUIC_NO_ERROR) { in ProcessClientHello()
699 out->SetVector(kVER, supported_version_tags); in ProcessClientHello()