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.cc66 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver)); in TEST()
130 EXPECT_EQ(QUIC_NO_ERROR, chlo.GetUint32(kVER, &cver)); in TEST()
147 msg.SetVector(kVER, supported_version_tags); in TEST()
Dcrypto_protocol.h67 const QuicTag kVER = TAG('V', 'E', 'R', '\0'); // Version (new) variable
Dquic_crypto_client_config.cc306 out->SetValue(kVER, QuicVersionToQuicTag(preferred_version)); in FillInchoateClientHello()
621 if (server_hello.GetTaglist(kVER, &supported_version_tags, in ProcessServerHello()
Dcrypto_handshake_message.cc264 case kVER: in DebugStringInternal()
Dcrypto_server_test.cc185 server_hello.GetTaglist(kVER, &versions, &num_versions); in CheckServerHello()
Dquic_crypto_server_config.cc519 if (client_hello.GetUint32(kVER, &client_version_tag) != QUIC_NO_ERROR) { in ProcessClientHello()
741 out->SetVector(kVER, supported_version_tags); in ProcessClientHello()