Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
Dquic_frame.h115 QuicCryptoFrame* crypto_frame; member
Dquic_frame.cc29 QuicFrame::QuicFrame(QuicCryptoFrame* crypto_frame) in QuicFrame()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_stream.cc401 void QuicCryptoStream::OnCryptoFrameLost(QuicCryptoFrame* crypto_frame) { in OnCryptoFrameLost()
410 bool QuicCryptoStream::RetransmitData(QuicCryptoFrame* crypto_frame, in RetransmitData()
Dquic_chaos_protector.cc30 QuicChaosProtector::QuicChaosProtector(const QuicCryptoFrame& crypto_frame, in QuicChaosProtector()
Dquic_packet_creator.cc790 const QuicCryptoFrame& crypto_frame = *queued_frames_[0].crypto_frame; in MaybeBuildDataPacketWithChaosProtection() local
Dquic_session_test.cc2452 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300); in TEST_P() local
Dquic_connection_test.cc12523 QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0, in TEST_P() local
12551 QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0, in TEST_P() local
Dquic_framer_test.cc7164 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, kStreamOffset, in TEST_P() local
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_notifier.cc165 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, interval.min(), in NeuterUnencryptedData() local
Dcrypto_test_utils.cc796 for (const auto& crypto_frame : framer.crypto_frames()) { in MovePackets() local
/external/cronet/net/quic/
Dquic_test_packet_maker.cc1302 auto* crypto_frame = new quic::QuicCryptoFrame(level, offset, data_length); in AddQuicCryptoFrame() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_session_test.cc1948 QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300); in TEST_P() local