Home
last modified time | relevance | path

Searched refs:crypto_stream_ (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_client_session.cc41 crypto_stream_ = CreateQuicCryptoStream(); in Initialize()
52 if (!crypto_stream_->encryption_established()) { in ShouldCreateOutgoingBidirectionalStream()
96 return crypto_stream_.get(); in GetMutableCryptoStream()
101 return crypto_stream_.get(); in GetCryptoStream()
106 crypto_stream_->CryptoConnect(); in CryptoConnect()
110 return crypto_stream_->num_sent_client_hellos(); in GetNumSentClientHellos()
114 return crypto_stream_->EarlyDataAccepted(); in EarlyDataAccepted()
118 return crypto_stream_->ReceivedInchoateReject(); in ReceivedInchoateReject()
122 return crypto_stream_->num_scup_messages_received(); in GetNumReceivedServerConfigUpdates()
H A Dquic_server_session_base.cc39 crypto_stream_ = in Initialize()
63 crypto_stream_->PreviousCachedNetworkParams(); in OnConfigNegotiated()
89 if (crypto_stream_ != nullptr) { in OnConnectionClosed()
90 crypto_stream_->CancelOutstandingCallbacks(); in OnConnectionClosed()
189 crypto_stream_->SendServerConfigUpdate(&cached_network_params); in OnCongestionWindowChange()
231 if (!crypto_stream_->encryption_established()) { in ShouldCreateOutgoingBidirectionalStream()
245 if (!crypto_stream_->encryption_established()) { in ShouldCreateOutgoingUnidirectionalStream()
254 return crypto_stream_.get(); in GetMutableCryptoStream()
259 return crypto_stream_.get(); in GetCryptoStream()
H A Dquic_server_session_base.h60 return crypto_stream_.get(); in crypto_stream()
108 std::unique_ptr<QuicCryptoServerStreamBase> crypto_stream_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dquic_spdy_client_session.cc41 crypto_stream_ = CreateQuicCryptoStream(); in Initialize()
56 if (!crypto_stream_->encryption_established()) { in ShouldCreateOutgoingBidirectionalStream()
97 return crypto_stream_.get(); in GetMutableCryptoStream()
102 return crypto_stream_.get(); in GetCryptoStream()
107 crypto_stream_->CryptoConnect(); in CryptoConnect()
111 return crypto_stream_->num_sent_client_hellos(); in GetNumSentClientHellos()
115 return crypto_stream_->EarlyDataAccepted(); in EarlyDataAccepted()
119 return crypto_stream_->ReceivedInchoateReject(); in ReceivedInchoateReject()
123 return crypto_stream_->num_scup_messages_received(); in GetNumReceivedServerConfigUpdates()
H A Dquic_server_session_base.cc40 crypto_stream_ = in Initialize()
73 crypto_stream_->PreviousCachedNetworkParams(); in OnConfigNegotiated()
99 if (crypto_stream_ != nullptr) { in OnConnectionClosed()
100 crypto_stream_->CancelOutstandingCallbacks(); in OnConnectionClosed()
199 crypto_stream_->SendServerConfigUpdate(&cached_network_params); in OnCongestionWindowChange()
236 if (!crypto_stream_->encryption_established()) { in ShouldCreateOutgoingBidirectionalStream()
250 if (!crypto_stream_->encryption_established()) { in ShouldCreateOutgoingUnidirectionalStream()
259 return crypto_stream_.get(); in GetMutableCryptoStream()
264 return crypto_stream_.get(); in GetCryptoStream()
H A Dquic_server_session_base.h60 return crypto_stream_.get(); in crypto_stream()
113 std::unique_ptr<QuicCryptoServerStreamBase> crypto_stream_; variable
H A Dquic_spdy_client_session_test.cc127 crypto_stream_ = static_cast<QuicCryptoClientStream*>( in Initialize()
185 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in CompleteCryptoHandshake()
199 crypto_stream_ = static_cast<QuicCryptoClientStream*>( in CreateConnection()
216 QuicCryptoClientStream* crypto_stream_; member in quic::test::__anon9fd330260111::QuicSpdyClientSessionTest
1056 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in TEST_P()
1134 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in TEST_P()
1184 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in TEST_P()
1236 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in TEST_P()
1271 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in TEST_P()
1321 connection_, crypto_stream_, AlpnForVersion(connection_->version())); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/qbone/
H A Dqbone_session_base.cc55 crypto_stream_ = CreateCryptoStream(); in Initialize()
60 return crypto_stream_.get(); in GetCryptoStream()
64 return crypto_stream_.get(); in GetMutableCryptoStream()
113 if (crypto_stream_ == nullptr || !crypto_stream_->encryption_established()) { in CreateDataStream()
138 if (crypto_stream_ == nullptr) { in SendPacketToPeer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/qbone/
H A Dqbone_session_base.cc61 crypto_stream_ = CreateCryptoStream(); in Initialize()
66 return crypto_stream_.get(); in GetCryptoStream()
70 return crypto_stream_.get(); in GetMutableCryptoStream()
115 if (crypto_stream_ == nullptr || !crypto_stream_->encryption_established()) { in CreateDataStream()
140 if (crypto_stream_ == nullptr) { in SendPacketToPeer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quic_transport/
H A Dquic_transport_client_session.h73 void CryptoConnect() { crypto_stream_->CryptoConnect(); } in CryptoConnect()
78 return crypto_stream_.get(); in GetMutableCryptoStream()
81 return crypto_stream_.get(); in GetCryptoStream()
137 std::unique_ptr<QuicCryptoClientStream> crypto_stream_; variable
H A Dquic_transport_server_session.h55 return crypto_stream_.get(); in GetMutableCryptoStream()
58 return crypto_stream_.get(); in GetCryptoStream()
114 std::unique_ptr<QuicCryptoServerStreamBase> crypto_stream_; variable
H A Dquic_transport_client_session_test.cc70 crypto_stream_ = static_cast<QuicCryptoClientStream*>( in CreateSession()
81 &connection_, crypto_stream_, QuicTransportAlpn()); in Connect()
91 QuicCryptoClientStream* crypto_stream_; member in quic::test::__anon1dc5d4b40111::QuicTransportClientSessionTest
H A Dquic_transport_server_session_test.cc78 crypto_stream_ = session_->GetMutableCryptoStream(); in QuicTransportServerSessionTest()
87 &helper_, &alarm_factory_, &connection_, crypto_stream_, in Connect()
130 QuicCryptoServerStreamBase* crypto_stream_; member in quic::test::__anon789619cc0111::QuicTransportServerSessionTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/quic_transport/
H A Dquic_transport_client_session.h74 void CryptoConnect() { crypto_stream_->CryptoConnect(); } in CryptoConnect()
79 return crypto_stream_.get(); in GetMutableCryptoStream()
82 return crypto_stream_.get(); in GetCryptoStream()
143 std::unique_ptr<QuicCryptoClientStream> crypto_stream_; variable
H A Dquic_transport_server_session.h55 return crypto_stream_.get(); in GetMutableCryptoStream()
58 return crypto_stream_.get(); in GetCryptoStream()
114 std::unique_ptr<QuicCryptoServerStreamBase> crypto_stream_; variable
H A Dquic_transport_client_session_test.cc70 crypto_stream_ = static_cast<QuicCryptoClientStream*>( in CreateSession()
81 &connection_, crypto_stream_, QuicTransportAlpn()); in Connect()
91 QuicCryptoClientStream* crypto_stream_; member in quic::test::__anondcca4b590111::QuicTransportClientSessionTest
H A Dquic_transport_server_session_test.cc78 crypto_stream_ = session_->GetMutableCryptoStream(); in QuicTransportServerSessionTest()
87 &helper_, &alarm_factory_, &connection_, crypto_stream_, in Connect()
130 QuicCryptoServerStreamBase* crypto_stream_; member in quic::test::__anon379a90710111::QuicTransportServerSessionTest
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/quic/
H A Dquicsession.cc47 crypto_stream_.reset(crypto_stream); in SetCryptoStream()
54 return crypto_stream_->ExportKeyingMaterial(label, context, result_len, in ExportKeyingMaterial()
95 if (crypto_stream_ == nullptr || !crypto_stream_->encryption_established()) { in CreateDataStream()
H A Dquicsession.h45 return crypto_stream_.get(); in GetCryptoStream()
89 std::unique_ptr<net::QuicCryptoStream> crypto_stream_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dquartc_session.cc377 DCHECK(crypto_stream_) << "Do not call QuartcSession::Initialize(), call " in Initialize()
387 return crypto_stream_.get(); in GetCryptoStream()
391 return crypto_stream_.get(); in GetMutableCryptoStream()
418 crypto_stream_ = std::make_unique<QuicCryptoClientStream>( in StartCryptoHandshake()
423 crypto_stream_->CryptoConnect(); in StartCryptoHandshake()
457 return crypto_stream_.get(); in GetCryptoStream()
461 return crypto_stream_.get(); in GetMutableCryptoStream()
465 crypto_stream_ = CreateCryptoServerStream( in StartCryptoHandshake()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/adapters/
H A Dp2p_quic_transport_impl.cc306 DCHECK(crypto_stream_); in Stop()
326 DCHECK(!crypto_stream_); in Start()
347 static_cast<quic::QuicCryptoClientStream*>(crypto_stream_.get()); in Start()
366 return crypto_stream_.get(); in GetMutableCryptoStream()
371 return crypto_stream_.get(); in GetCryptoStream()
442 DCHECK(crypto_stream_); in CreateStreamInternal()
452 DCHECK(crypto_stream_); in CreateStreamInternal()
491 DCHECK(!crypto_stream_); in InitializeCryptoStream()
498 crypto_stream_ = crypto_stream_factory_->CreateClientCryptoStream( in InitializeCryptoStream()
518 crypto_stream_ = crypto_stream_factory_->CreateServerCryptoStream( in InitializeCryptoStream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.cc574 crypto_stream_ = std::make_unique<MockQuicCryptoStream>(this); in MockQuicSession()
585 return crypto_stream_.get(); in GetMutableCryptoStream()
589 return crypto_stream_.get(); in GetCryptoStream()
593 crypto_stream_.reset(crypto_stream); in SetCryptoStream()
647 crypto_stream_ = std::make_unique<MockQuicCryptoStream>(this); in MockQuicSpdySession()
659 return crypto_stream_.get(); in GetMutableCryptoStream()
663 return crypto_stream_.get(); in GetCryptoStream()
667 crypto_stream_.reset(crypto_stream); in SetCryptoStream()
738 crypto_stream_ = std::make_unique<QuicCryptoClientStream>( in TestQuicSpdyClientSession()
751 return crypto_stream_.get(); in GetMutableCryptoStream()
[all …]
H A Dquic_server_session_base_peer.h23 s->crypto_stream_.reset(crypto_stream); in SetCryptoStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.cc609 crypto_stream_ = std::make_unique<MockQuicCryptoStream>(this); in MockQuicSession()
620 return crypto_stream_.get(); in GetMutableCryptoStream()
624 return crypto_stream_.get(); in GetCryptoStream()
628 crypto_stream_.reset(crypto_stream); in SetCryptoStream()
686 crypto_stream_ = std::make_unique<MockQuicCryptoStream>(this); in MockQuicSpdySession()
709 return crypto_stream_.get(); in GetMutableCryptoStream()
713 return crypto_stream_.get(); in GetCryptoStream()
717 crypto_stream_.reset(crypto_stream); in SetCryptoStream()
790 crypto_stream_ = std::make_unique<QuicCryptoClientStream>( in TestQuicSpdyClientSession()
806 return crypto_stream_.get(); in GetMutableCryptoStream()
[all …]
H A Dquic_server_session_base_peer.h23 s->crypto_stream_.reset(crypto_stream); in SetCryptoStream()

123