Home
last modified time | relevance | path

Searched defs:crypto_frame (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_crypto_stream.cc399 void QuicCryptoStream::OnCryptoFrameLost(QuicCryptoFrame* crypto_frame) { in OnCryptoFrameLost()
408 bool QuicCryptoStream::RetransmitData(QuicCryptoFrame* crypto_frame, in RetransmitData()
H A Dquic_chaos_protector.cc30 QuicChaosProtector::QuicChaosProtector(const QuicCryptoFrame& crypto_frame, in QuicChaosProtector()
H A Dquic_packet_creator.cc785 const QuicCryptoFrame& crypto_frame = *queued_frames_[0].crypto_frame; in MaybeBuildDataPacketWithChaosProtection() local
H A Dquic_session_test.cc2556 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300); in TEST_P() local
H A Dquic_connection_test.cc12289 QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0, in TEST_P() local
12317 QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0, in TEST_P() local
H A Dquic_framer_test.cc5802 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, kStreamOffset, in TEST_P() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_frame.h119 QuicCryptoFrame* crypto_frame; member
H A Dquic_frame.cc31 QuicFrame::QuicFrame(QuicCryptoFrame* crypto_frame) in QuicFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dsimple_session_notifier.cc165 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, interval.min(), in NeuterUnencryptedData() local
H A Dcrypto_test_utils.cc181 for (const auto& crypto_frame : framer.crypto_frames()) { in MovePackets() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_maker.cc1278 auto* crypto_frame = new quic::QuicCryptoFrame(level, offset, data_length); in AddQuicCryptoFrame() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_session_test.cc2150 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300); in TEST_P() local