Home
last modified time | relevance | path

Searched refs:supported_versions_ (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_stream_test.cc40 : supported_versions_(AllSupportedVersions()), in QuicCryptoClientStreamTest()
51 connection_, DefaultQuicConfig(), supported_versions_, server_id_, in CreateSession()
61 Perspective::IS_CLIENT, supported_versions_); in CreateConnection()
68 supported_versions_.clear(); in UseTlsHandshake()
73 supported_versions_.push_back(version); in UseTlsHandshake()
78 supported_versions_.clear(); in UseQuicCryptoHandshake()
83 supported_versions_.push_back(version); in UseQuicCryptoHandshake()
110 ParsedQuicVersionVector supported_versions_; member in quic::test::__anon27ff297b0111::QuicCryptoClientStreamTest
408 ParsedVersionOfIndex(supported_versions_, 1)); in TEST_F()
421 EXPECT_EQ(CreateQuicVersionLabel(supported_versions_[0]), in TEST_F()
[all …]
H A Dquic_crypto_server_stream_test.cc87 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeServer()
122 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeFakeClient()
157 supported_versions_.clear(); in UseTlsHandshake()
162 supported_versions_.push_back(version); in UseTlsHandshake()
168 supported_versions_.clear(); in UseQuicCryptoHandshake()
173 supported_versions_.push_back(version); in UseQuicCryptoHandshake()
200 ParsedQuicVersionVector supported_versions_ = AllSupportedVersions(); member in quic::test::__anon68cf2b930111::QuicCryptoServerStreamTest
H A Dquic_framer.h269 return supported_versions_; in supported_versions()
566 supported_versions_ = versions; in SetSupportedVersions()
1022 ParsedQuicVersionVector supported_versions_; variable
H A Dquic_session.h423 return supported_versions_; in supported_versions()
802 ParsedQuicVersionVector supported_versions_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_stream_test.cc42 : supported_versions_(AllSupportedVersionsWithQuicCrypto()), in QuicCryptoClientStreamTest()
53 connection_, DefaultQuicConfig(), supported_versions_, server_id_, in CreateSession()
63 Perspective::IS_CLIENT, supported_versions_); in CreateConnection()
93 ParsedQuicVersionVector supported_versions_; member in quic::test::__anondd22b3600111::QuicCryptoClientStreamTest
345 ParsedVersionOfIndex(supported_versions_, 1)); in TEST_F()
358 EXPECT_EQ(CreateQuicVersionLabel(supported_versions_[0]), in TEST_F()
363 EXPECT_EQ(CreateQuicVersionLabel(supported_versions_[0]), in TEST_F()
H A Dtls_server_handshaker_test.cc74 supported_versions_({GetParam().version}) { in TlsServerHandshakerTest()
119 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeServer()
154 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeFakeClient()
251 ParsedQuicVersionVector supported_versions_; member in quic::test::__anon7b3f39460111::TlsServerHandshakerTest
H A Dquic_crypto_server_stream_test.cc89 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeServer()
124 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeFakeClient()
180 ParsedQuicVersionVector supported_versions_ = member in quic::test::__anon1df2b5780111::QuicCryptoServerStreamTest
H A Dtls_client_handshaker_test.cc177 : supported_versions_({GetParam()}), in TlsClientHandshakerTest()
191 connection_, DefaultQuicConfig(), supported_versions_, server_id_, in CreateSession()
201 Perspective::IS_CLIENT, supported_versions_); in CreateConnection()
234 server_id_, QuicTime::Delta::FromSeconds(100000), supported_versions_, in InitializeFakeServer()
249 ParsedQuicVersionVector supported_versions_; member in quic::test::__anon2c8beb2e0111::TlsClientHandshakerTest
H A Dquic_framer.h291 return supported_versions_; in supported_versions()
606 supported_versions_ = versions; in SetSupportedVersions()
1076 ParsedQuicVersionVector supported_versions_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_transport_client.cc172 supported_versions_ = QuicVersionsForWebTransportOriginTrial(); in DoInit()
178 if (base::Contains(supported_versions_, version)) in DoInit()
180 supported_versions_.push_back(version); in DoInit()
182 if (supported_versions_.empty()) { in DoInit()
283 supported_versions_); in CreateConnection()
288 supported_versions_, url_, &crypto_config_, origin_, this); in CreateConnection()
437 supported_versions_, [this](const quic::ParsedQuicVersion& version) { in OnConnectionClosed()
441 if (!supported_versions_.empty()) { in OnConnectionClosed()
H A Dquic_network_transaction_unittest.cc776 supported_versions_); in AddQuicAlternateProtocolMapping()
789 supported_versions_); in AddQuicRemoteAlternativeServiceMapping()
1754 CreateSession(supported_versions_); in TEST_P()
1785 std::sort(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
1789 EXPECT_TRUE(std::equal(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
1808 supported_versions_); in TEST_P()
2206 supported_versions_.clear(); in TEST_P()
2484 std::sort(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
2488 EXPECT_TRUE(std::equal(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
4276 supported_versions_); in TEST_P()
[all …]
H A Dquic_transport_client.h208 quic::ParsedQuicVersionVector supported_versions_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dcrypto_server_test.cc109 supported_versions_ = GetParam().supported_versions; in CryptoServerTest()
112 client_version_ = supported_versions_.front(); in CryptoServerTest()
209 ASSERT_EQ(supported_versions_.size(), versions.size()); in CheckServerHello()
211 EXPECT_EQ(CreateQuicVersionLabel(supported_versions_[i]), versions[i]); in CheckServerHello()
227 supported_versions_.front().transport_version, &clock_, signed_config_, in ShouldSucceed()
245 supported_versions_.front().transport_version, &clock_, signed_config_, in ShouldFailMentioning()
304 supported_versions_.front(), supported_versions_, &clock_, rand_, in ProcessValidationResult()
352 ParsedQuicVersionVector supported_versions_; member in quic::test::CryptoServerTest
621 if (supported_versions_.size() == 1) { in TEST_P()
628 ParsedQuicVersionToString(supported_versions_.back()); in TEST_P()
[all …]
H A Dquic_crypto_server_config.h587 supported_versions_(supported_versions), in ProcessClientHelloContext()
618 return supported_versions_; in supported_versions()
653 const ParsedQuicVersionVector supported_versions_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dcrypto_server_test.cc110 supported_versions_ = GetParam().supported_versions; in CryptoServerTest()
113 client_version_ = supported_versions_.front(); in CryptoServerTest()
210 ASSERT_EQ(supported_versions_.size(), versions.size()); in CheckServerHello()
212 EXPECT_EQ(CreateQuicVersionLabel(supported_versions_[i]), versions[i]); in CheckServerHello()
228 supported_versions_.front().transport_version, &clock_, signed_config_, in ShouldSucceed()
246 supported_versions_.front().transport_version, &clock_, signed_config_, in ShouldFailMentioning()
305 supported_versions_.front(), supported_versions_, &clock_, rand_, in ProcessValidationResult()
353 ParsedQuicVersionVector supported_versions_; member in quic::test::CryptoServerTest
612 if (supported_versions_.size() == 1) { in TEST_P()
619 ParsedQuicVersionToString(supported_versions_.back()); in TEST_P()
[all …]
H A Dquic_crypto_server_config.h590 supported_versions_(supported_versions), in ProcessClientHelloContext()
621 return supported_versions_; in supported_versions()
656 const ParsedQuicVersionVector supported_versions_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/tools/
H A Dquic_client_base.h137 return supported_versions_; in supported_versions()
141 supported_versions_ = versions; in SetSupportedVersions()
329 ParsedQuicVersionVector supported_versions_; variable
H A Dquic_client_base.cc34 supported_versions_(supported_versions), in QuicClientBase()
323 for (const auto& client_version : supported_versions_) { in CanReconnectWithDifferentVersion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_client_base.h143 return supported_versions_; in supported_versions()
147 supported_versions_ = versions; in SetSupportedVersions()
339 ParsedQuicVersionVector supported_versions_; variable
H A Dquic_client_base.cc34 supported_versions_(supported_versions), in QuicClientBase()
344 for (const auto& client_version : supported_versions_) { in CanReconnectWithDifferentVersion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dquic_transport_client.cc144 supported_versions_.push_back(version); in DoInit()
146 if (supported_versions_.empty()) { in DoInit()
232 supported_versions_); in DoConnect()
237 supported_versions_, url_, &crypto_config_, origin_, this); in DoConnect()
H A Dquic_network_transaction_unittest.cc755 supported_versions_); in AddQuicAlternateProtocolMapping()
768 supported_versions_); in AddQuicRemoteAlternativeServiceMapping()
1793 CreateSession(supported_versions_); in TEST_P()
1820 std::sort(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
1824 EXPECT_TRUE(std::equal(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
1843 supported_versions_); in TEST_P()
2254 supported_versions_.clear(); in TEST_P()
2543 std::sort(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
2547 EXPECT_TRUE(std::equal(supported_versions_.begin(), supported_versions_.end(), in TEST_P()
4680 supported_versions_); in TEST_P()
[all …]
H A Dquic_transport_client.h190 quic::ParsedQuicVersionVector supported_versions_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/qbone/
H A Dqbone_session_test.cc248 : supported_versions_({GetParam()}), in QboneSessionTest()
288 supported_versions_); in CreateClientAndServerSessions()
298 /*owner=*/nullptr, config, supported_versions_, in CreateClientAndServerSessions()
307 supported_versions_); in CreateClientAndServerSessions()
324 supported_versions_, server_connection_, nullptr, config, in CreateClientAndServerSessions()
494 const ParsedQuicVersionVector supported_versions_; member in quic::test::__anond3d667a40111::QboneSessionTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/qbone/
H A Dqbone_session_test.cc284 : supported_versions_({GetParam()}), in QboneSessionTest()
324 Perspective::IS_CLIENT, supported_versions_); in CreateClientAndServerSessions()
334 /*owner=*/nullptr, config, supported_versions_, in CreateClientAndServerSessions()
343 Perspective::IS_SERVER, supported_versions_); in CreateClientAndServerSessions()
359 supported_versions_, server_connection_, nullptr, config, in CreateClientAndServerSessions()
529 const ParsedQuicVersionVector supported_versions_; member in quic::test::__anon90357ea90111::QboneSessionTest

12