Searched defs:crypto_frame (Results  1 – 12 of 12) sorted by relevance
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/ | 
| D | quic_frame.h | 115         QuicCryptoFrame* crypto_frame;  member
  | 
| D | quic_frame.cc | 29 QuicFrame::QuicFrame(QuicCryptoFrame* crypto_frame)  in QuicFrame()
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ | 
| D | quic_crypto_stream.cc | 401 void QuicCryptoStream::OnCryptoFrameLost(QuicCryptoFrame* crypto_frame) {  in OnCryptoFrameLost() 410 bool QuicCryptoStream::RetransmitData(QuicCryptoFrame* crypto_frame,  in RetransmitData()
  | 
| D | quic_chaos_protector.cc | 30 QuicChaosProtector::QuicChaosProtector(const QuicCryptoFrame& crypto_frame,  in QuicChaosProtector()
  | 
| D | quic_packet_creator.cc | 790   const QuicCryptoFrame& crypto_frame = *queued_frames_[0].crypto_frame;  in MaybeBuildDataPacketWithChaosProtection()  local
  | 
| D | quic_session_test.cc | 2452     QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300);  in TEST_P()  local
  | 
| D | quic_connection_test.cc | 12523   QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0,  in TEST_P()  local 12551   QuicCryptoFrame crypto_frame(ENCRYPTION_HANDSHAKE, 0,  in TEST_P()  local
  | 
| D | quic_framer_test.cc | 7164   QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, kStreamOffset,  in TEST_P()  local
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ | 
| D | simple_session_notifier.cc | 165       QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, interval.min(),  in NeuterUnencryptedData()  local
  | 
| D | crypto_test_utils.cc | 796     for (const auto& crypto_frame : framer.crypto_frames()) {  in MovePackets()  local
  | 
| /external/cronet/net/quic/ | 
| D | quic_test_packet_maker.cc | 1302   auto* crypto_frame = new quic::QuicCryptoFrame(level, offset, data_length);  in AddQuicCryptoFrame()  local
  | 
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ | 
| D | quic_spdy_session_test.cc | 1948     QuicCryptoFrame crypto_frame(ENCRYPTION_INITIAL, 0, 1300);  in TEST_P()  local
  |