Searched refs:HasEncrypterOfEncryptionLevel (Results 1 – 9 of 9) sorted by relevance
3251 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 …]
1953 bool QuicFramer::HasEncrypterOfEncryptionLevel(EncryptionLevel level) const { in HasEncrypterOfEncryptionLevel() function in quic::QuicFramer1964 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()
643 bool HasEncrypterOfEncryptionLevel(EncryptionLevel level) const;
898 if (!connection()->framer().HasEncrypterOfEncryptionLevel(level)) { in SendCryptoData()1668 !connection()->framer().HasEncrypterOfEncryptionLevel( in OnNewDecryptionKeyAvailable()
840 if (!framer_->HasEncrypterOfEncryptionLevel(packet_.encryption_level)) { in SerializePacket()
3202 ASSERT_FALSE(connection_->framer().HasEncrypterOfEncryptionLevel( in TEST_P()
793 QUICHE_DCHECK(peer_framer_.HasEncrypterOfEncryptionLevel(level)); in ConstructPacket()1327 if (peer_framer_.HasEncrypterOfEncryptionLevel(level)) { in set_perspective()
311 if (connection->framer_.HasEncrypterOfEncryptionLevel(level)) { in GetNumEncryptionLevels()
2164 GetClientConnection()->framer().HasEncrypterOfEncryptionLevel( in TEST_P()