Home
last modified time | relevance | path

Searched refs:HasDecrypterOfEncryptionLevel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc1346 } else if (!framer_.framer()->HasDecrypterOfEncryptionLevel( in WritePacket()
1348 !framer_.framer()->HasDecrypterOfEncryptionLevel( in WritePacket()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.h645 bool HasDecrypterOfEncryptionLevel(EncryptionLevel level) const;
H A Dquic_connection.cc4473 framer_.HasDecrypterOfEncryptionLevel( in MaybeProcessUndecryptablePackets()
6615 !framer_.HasDecrypterOfEncryptionLevel(ENCRYPTION_HANDSHAKE) && in GetRetransmissionDeadline()
H A Dquic_framer.cc1957 bool QuicFramer::HasDecrypterOfEncryptionLevel(EncryptionLevel level) const { in HasDecrypterOfEncryptionLevel() function in quic::QuicFramer