Home
last modified time | relevance | path

Searched refs:GetMutableCryptoStream (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_session.cc177 GetMutableCryptoStream()->id()); in Initialize()
308 GetMutableCryptoStream()->OnCryptoFrame(frame); in OnCryptoFrame()
362 GetMutableCryptoStream()->OnPacketDecrypted(level); in OnPacketDecrypted()
370 GetMutableCryptoStream()->OnOneRttPacketAcknowledged(); in OnOneRttPacketAcknowledged()
374 GetMutableCryptoStream()->OnHandshakePacketSent(); in OnHandshakePacketSent()
379 return GetMutableCryptoStream()->AdvanceKeysAndCreateCurrentOneRttDecrypter(); in AdvanceKeysAndCreateCurrentOneRttDecrypter()
383 return GetMutableCryptoStream()->CreateCurrentOneRttEncrypter(); in CreateCurrentOneRttEncrypter()
459 GetMutableCryptoStream()->OnHandshakeDoneReceived(); in OnHandshakeDoneReceived()
464 GetMutableCryptoStream()->OnNewTokenReceived(token); in OnNewTokenReceived()
496 GetMutableCryptoStream()->OnConnectionClosed(frame.quic_error_code, source); in OnConnectionClosed()
[all …]
H A Dtls_chlo_extractor_test.cc76 client_session.GetMutableCryptoStream()->CryptoConnect(); in PerformFullHandshake()
81 client_session.GetMutableCryptoStream(), in PerformFullHandshake()
95 client_session.GetMutableCryptoStream() in PerformFullHandshake()
H A Dquic_generic_session.h160 QuicCryptoStream* GetMutableCryptoStream() override { in GetMutableCryptoStream() function
190 QuicCryptoStream* GetMutableCryptoStream() override { in GetMutableCryptoStream() function
H A Dquic_crypto_server_stream_test.cc107 return server_session_->GetMutableCryptoStream(); in server_stream()
111 return client_session_->GetMutableCryptoStream(); in client_stream()
H A Dquic_session_test.cc261 TestCryptoStream* GetMutableCryptoStream() override { in GetMutableCryptoStream() function in quic::test::__anon0da122c40111::TestSession
481 TestCryptoStream* crypto_stream = session_.GetMutableCryptoStream(); in QuicSessionTestBase()
555 session_.GetMutableCryptoStream()->OnHandshakeMessage(msg); in CompleteHandshake()
1394 TestCryptoStream* crypto_stream = session_.GetMutableCryptoStream(); in TEST_P()
1467 TestCryptoStream* crypto_stream = session_.GetMutableCryptoStream(); in TEST_P()
1622 session_.GetMutableCryptoStream()->EstablishZeroRttEncryption(); in TEST_P()
2532 TestCryptoStream* crypto_stream = session_.GetMutableCryptoStream(); in TEST_P()
3129 TestCryptoStream* crypto_stream = session_.GetMutableCryptoStream(); in TEST_P()
3256 TestCryptoStream* crypto_stream = session_.GetMutableCryptoStream(); in TEST_P()
3270 session_.GetMutableCryptoStream()->OnHandshakeMessage(msg); in TEST_P()
[all …]
H A Dtls_server_handshaker_test.cc244 server_session_->GetMutableCryptoStream()); in InitializeServerWithFakeProofSourceHandle()
286 return server_session_->GetMutableCryptoStream(); in server_stream()
290 return client_session_->GetMutableCryptoStream(); in client_stream()
H A Dtls_client_handshaker_test.cc213 return session_->GetMutableCryptoStream(); in stream()
217 return server_session_->GetMutableCryptoStream(); in server_stream()
H A Dquic_crypto_client_stream_test.cc86 return session_->GetMutableCryptoStream(); in stream()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dcrypto_test_utils.cc347 server_session.GetMutableCryptoStream() in HandshakeWithFakeServer()
367 server_session.GetMutableCryptoStream()); in HandshakeWithFakeServer()
369 CompareClientAndServerKeys(client, server_session.GetMutableCryptoStream()); in HandshakeWithFakeServer()
426 client_session.GetMutableCryptoStream()->CryptoConnect(); in HandshakeWithFakeClient()
430 client_session.GetMutableCryptoStream(), in HandshakeWithFakeClient()
434 CompareClientAndServerKeys(client_session.GetMutableCryptoStream(), server); in HandshakeWithFakeClient()
H A Dquic_session_peer.cc103 QuicCryptoStream* QuicSessionPeer::GetMutableCryptoStream( in GetMutableCryptoStream() function in quic::test::QuicSessionPeer
105 return session->GetMutableCryptoStream(); in GetMutableCryptoStream()
H A Dquic_test_utils.cc631 QuicCryptoStream* MockQuicSession::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::test::MockQuicSession
708 QuicCryptoStream* MockQuicSpdySession::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::test::MockQuicSpdySession
758 TestQuicSpdyServerSession::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::test::TestQuicSpdyServerSession
759 return QuicServerSessionBase::GetMutableCryptoStream(); in GetMutableCryptoStream()
788 QuicCryptoClientStream* TestQuicSpdyClientSession::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::test::TestQuicSpdyClientSession
H A Dquic_session_peer.h53 static QuicCryptoStream* GetMutableCryptoStream(QuicSession* session);
H A Dquic_test_utils.h805 QuicCryptoStream* GetMutableCryptoStream() override;
943 QuicCryptoStream* GetMutableCryptoStream() override;
1082 QuicCryptoServerStreamBase* GetMutableCryptoStream() override;
1149 QuicCryptoClientStream* GetMutableCryptoStream() override;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_session_test.cc117 session_->GetMutableCryptoStream()); in Initialize()
179 session_->GetMutableCryptoStream()); in CreateConnection()
244 session_->GetMutableCryptoStream(), rej, Perspective::IS_CLIENT); in TEST_P()
931 EXPECT_TRUE(session_->GetMutableCryptoStream()->EarlyDataAccepted()); in TEST_P()
H A Dquic_server_session_base.cc264 QuicCryptoServerStreamBase* QuicServerSessionBase::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::QuicServerSessionBase
289 GetMutableCryptoStream()->SetServerApplicationStateForResumption( in SendSettingsToCryptoStream()
H A Dquic_spdy_client_session_base.cc85 GetMutableCryptoStream()->SetServerApplicationStateForResumption( in OnSettingsFrame()
H A Dquic_spdy_session_test.cc282 TestCryptoStream* GetMutableCryptoStream() override { in GetMutableCryptoStream() function in quic::test::__anone4a76b920111::TestSession
466 TestCryptoStream* crypto_stream = session_->GetMutableCryptoStream(); in Initialize()
556 session_->GetMutableCryptoStream()->OnHandshakeMessage(message); in CompleteHandshake()
1020 TestCryptoStream* crypto_stream = session_->GetMutableCryptoStream(); in TEST_P()
1097 TestCryptoStream* crypto_stream = session_->GetMutableCryptoStream(); in TEST_P()
1487 session_->GetMutableCryptoStream()->EstablishZeroRttEncryption(); in TEST_P()
1535 session_->GetMutableCryptoStream()->EstablishZeroRttEncryption(); in TEST_P()
1537 TestCryptoStream* crypto_stream = session_->GetMutableCryptoStream(); in TEST_P()
1656 session_->GetMutableCryptoStream()->EstablishZeroRttEncryption(); in TEST_P()
2130 TestCryptoStream* crypto_stream = session_->GetMutableCryptoStream(); in TEST_P()
H A Dquic_spdy_client_session.h48 QuicCryptoClientStreamBase* GetMutableCryptoStream() override;
H A Dquic_server_session_base.h77 QuicCryptoServerStreamBase* GetMutableCryptoStream() override;
H A Dquic_spdy_client_session.cc100 QuicCryptoClientStreamBase* QuicSpdyClientSession::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::QuicSpdyClientSession
H A Dend_to_end_test.cc970 QuicSessionPeer::GetMutableCryptoStream(client_session); in TEST_P()
995 QuicSessionPeer::GetMutableCryptoStream(server_session); in TEST_P()
1036 QuicSessionPeer::GetMutableCryptoStream(server_session); in TEST_P()
1053 QuicSessionPeer::GetMutableCryptoStream(client_session); in TEST_P()
3669 QuicSessionPeer::GetMutableCryptoStream(client_session); in TEST_P()
3764 QuicSessionPeer::GetMutableCryptoStream(client_session), in TEST_P()
3765 QuicSessionPeer::GetMutableCryptoStream(server_session)); in TEST_P()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_client_interop_test_bin.cc184 test::QuicSessionPeer::GetMutableCryptoStream(client->session())) in AttemptResumption()
189 test::QuicSessionPeer::GetMutableCryptoStream(client->session())) in AttemptResumption()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
H A Dqbone_session_base.h66 QuicCryptoStream* GetMutableCryptoStream() override;
H A Dqbone_client_session.cc54 static_cast<QuicCryptoClientStreamBase*>(GetMutableCryptoStream()) in Initialize()
H A Dqbone_session_base.cc61 QuicCryptoStream* QboneSessionBase::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::QboneSessionBase

12