Home
last modified time | relevance | path

Searched refs:HasEncrypterOfEncryptionLevel (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection.cc3251 framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_INITIAL) && in CanWrite()
4251 if (framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_HANDSHAKE)) { in OnRetransmissionTimeout()
4253 } else if (framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_INITIAL)) { in OnRetransmissionTimeout()
4333 QUIC_BUG_IF(quic_bug_12714_28, !framer_.HasEncrypterOfEncryptionLevel(level)) in SetDefaultEncryptionLevel()
4622 if (!framer_.HasEncrypterOfEncryptionLevel(level)) { in SendConnectionClosePacket()
5783 if (framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_ZERO_RTT)) { in GetConnectionCloseEncryptionLevel()
5799 framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_INITIAL)) { in MaybeBundleCryptoDataWithAcks()
5951 framer_.HasEncrypterOfEncryptionLevel(coalesced_level) && in MaybeCoalescePacketOfHigherSpace()
5974 !framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_INITIAL)) { in FlushCoalescedPacket()
6630 if (!framer_.HasEncrypterOfEncryptionLevel(ENCRYPTION_FORWARD_SECURE)) { in SendPathChallenge()
[all …]
H A Dquic_framer.cc1953 bool QuicFramer::HasEncrypterOfEncryptionLevel(EncryptionLevel level) const { in HasEncrypterOfEncryptionLevel() function in quic::QuicFramer
1964 return HasEncrypterOfEncryptionLevel(ENCRYPTION_INITIAL); in HasAnEncrypterForSpace()
1966 return HasEncrypterOfEncryptionLevel(ENCRYPTION_HANDSHAKE); in HasAnEncrypterForSpace()
1968 return HasEncrypterOfEncryptionLevel(ENCRYPTION_ZERO_RTT) || in HasAnEncrypterForSpace()
1969 HasEncrypterOfEncryptionLevel(ENCRYPTION_FORWARD_SECURE); in HasAnEncrypterForSpace()
1986 if (HasEncrypterOfEncryptionLevel(ENCRYPTION_FORWARD_SECURE)) { in GetEncryptionLevelToSendApplicationData()
1989 QUICHE_DCHECK(HasEncrypterOfEncryptionLevel(ENCRYPTION_ZERO_RTT)); in GetEncryptionLevelToSendApplicationData()
H A Dquic_framer.h643 bool HasEncrypterOfEncryptionLevel(EncryptionLevel level) const;
H A Dquic_session.cc898 if (!connection()->framer().HasEncrypterOfEncryptionLevel(level)) { in SendCryptoData()
1668 !connection()->framer().HasEncrypterOfEncryptionLevel( in OnNewDecryptionKeyAvailable()
H A Dquic_packet_creator.cc840 if (!framer_->HasEncrypterOfEncryptionLevel(packet_.encryption_level)) { in SerializePacket()
H A Dquic_session_test.cc3202 ASSERT_FALSE(connection_->framer().HasEncrypterOfEncryptionLevel( in TEST_P()
H A Dquic_connection_test.cc793 QUICHE_DCHECK(peer_framer_.HasEncrypterOfEncryptionLevel(level)); in ConstructPacket()
1327 if (peer_framer_.HasEncrypterOfEncryptionLevel(level)) { in set_perspective()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_connection_peer.cc311 if (connection->framer_.HasEncrypterOfEncryptionLevel(level)) { in GetNumEncryptionLevels()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc2164 GetClientConnection()->framer().HasEncrypterOfEncryptionLevel( in TEST_P()