Searched refs:kVER (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/net/quic/crypto/ |
D | quic_crypto_client_config_test.cc | 24 EXPECT_EQ(QUIC_NO_ERROR, msg.GetUint32(kVER, &cver)); in TEST() 46 msg.SetVector(kVER, supported_version_tags); in TEST()
|
D | crypto_protocol.h | 63 const QuicTag kVER = TAG('V', 'E', 'R', '\0'); // Version (new) variable
|
D | quic_crypto_client_config.cc | 253 out->SetValue(kVER, QuicVersionToQuicTag(preferred_version)); in FillInchoateClientHello() 565 if (server_hello.GetTaglist(kVER, &supported_version_tags, in ProcessServerHello()
|
D | crypto_handshake.cc | 278 case kVER: in DebugStringInternal()
|
D | crypto_server_test.cc | 321 out_.GetTaglist(kVER, &versions, &num_versions); in TEST_F()
|
D | quic_crypto_server_config.cc | 478 if (client_hello.GetUint32(kVER, &client_version_tag) == QUIC_NO_ERROR) { in ProcessClientHello() 699 out->SetVector(kVER, supported_version_tags); in ProcessClientHello()
|