/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_session.cc | 177 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 D | tls_chlo_extractor_test.cc | 76 client_session.GetMutableCryptoStream()->CryptoConnect(); in PerformFullHandshake() 81 client_session.GetMutableCryptoStream(), in PerformFullHandshake() 95 client_session.GetMutableCryptoStream() in PerformFullHandshake()
|
H A D | quic_generic_session.h | 160 QuicCryptoStream* GetMutableCryptoStream() override { in GetMutableCryptoStream() function 190 QuicCryptoStream* GetMutableCryptoStream() override { in GetMutableCryptoStream() function
|
H A D | quic_crypto_server_stream_test.cc | 107 return server_session_->GetMutableCryptoStream(); in server_stream() 111 return client_session_->GetMutableCryptoStream(); in client_stream()
|
H A D | quic_session_test.cc | 261 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 D | tls_server_handshaker_test.cc | 244 server_session_->GetMutableCryptoStream()); in InitializeServerWithFakeProofSourceHandle() 286 return server_session_->GetMutableCryptoStream(); in server_stream() 290 return client_session_->GetMutableCryptoStream(); in client_stream()
|
H A D | tls_client_handshaker_test.cc | 213 return session_->GetMutableCryptoStream(); in stream() 217 return server_session_->GetMutableCryptoStream(); in server_stream()
|
H A D | quic_crypto_client_stream_test.cc | 86 return session_->GetMutableCryptoStream(); in stream()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | crypto_test_utils.cc | 347 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 D | quic_session_peer.cc | 103 QuicCryptoStream* QuicSessionPeer::GetMutableCryptoStream( in GetMutableCryptoStream() function in quic::test::QuicSessionPeer 105 return session->GetMutableCryptoStream(); in GetMutableCryptoStream()
|
H A D | quic_test_utils.cc | 631 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 D | quic_session_peer.h | 53 static QuicCryptoStream* GetMutableCryptoStream(QuicSession* session);
|
H A D | quic_test_utils.h | 805 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 D | quic_spdy_client_session_test.cc | 117 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 D | quic_server_session_base.cc | 264 QuicCryptoServerStreamBase* QuicServerSessionBase::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::QuicServerSessionBase 289 GetMutableCryptoStream()->SetServerApplicationStateForResumption( in SendSettingsToCryptoStream()
|
H A D | quic_spdy_client_session_base.cc | 85 GetMutableCryptoStream()->SetServerApplicationStateForResumption( in OnSettingsFrame()
|
H A D | quic_spdy_session_test.cc | 282 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 D | quic_spdy_client_session.h | 48 QuicCryptoClientStreamBase* GetMutableCryptoStream() override;
|
H A D | quic_server_session_base.h | 77 QuicCryptoServerStreamBase* GetMutableCryptoStream() override;
|
H A D | quic_spdy_client_session.cc | 100 QuicCryptoClientStreamBase* QuicSpdyClientSession::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::QuicSpdyClientSession
|
H A D | end_to_end_test.cc | 970 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 D | quic_client_interop_test_bin.cc | 184 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 D | qbone_session_base.h | 66 QuicCryptoStream* GetMutableCryptoStream() override;
|
H A D | qbone_client_session.cc | 54 static_cast<QuicCryptoClientStreamBase*>(GetMutableCryptoStream()) in Initialize()
|
H A D | qbone_session_base.cc | 61 QuicCryptoStream* QboneSessionBase::GetMutableCryptoStream() { in GetMutableCryptoStream() function in quic::QboneSessionBase
|