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 D | quic_crypto_stream.cc | 399 void QuicCryptoStream::OnCryptoFrameLost(QuicCryptoFrame* crypto_frame) { in OnCryptoFrameLost() 408 bool QuicCryptoStream::RetransmitData(QuicCryptoFrame* crypto_frame, in RetransmitData()
|
H A D | quic_chaos_protector.cc | 30 QuicChaosProtector::QuicChaosProtector(const QuicCryptoFrame& crypto_frame, in QuicChaosProtector()
|
H A D | quic_packet_creator.cc | 785 const QuicCryptoFrame& crypto_frame = *queued_frames_[0].crypto_frame; in MaybeBuildDataPacketWithChaosProtection() local
|
H A D | quic_session_test.cc | 2556 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300); in TEST_P() local
|
H A D | quic_connection_test.cc | 12289 QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0, in TEST_P() local 12317 QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0, in TEST_P() local
|
H A D | quic_framer_test.cc | 5802 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 D | quic_frame.h | 119 QuicCryptoFrame* crypto_frame; member
|
H A D | quic_frame.cc | 31 QuicFrame::QuicFrame(QuicCryptoFrame* crypto_frame) in QuicFrame()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | simple_session_notifier.cc | 165 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, interval.min(), in NeuterUnencryptedData() local
|
H A D | crypto_test_utils.cc | 181 for (const auto& crypto_frame : framer.crypto_frames()) { in MovePackets() local
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_test_packet_maker.cc | 1278 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 D | quic_spdy_session_test.cc | 2150 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300); in TEST_P() local
|