Home
last modified time | relevance | path

Searched refs:EncryptionLevelIsValid (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_types.h474 inline bool EncryptionLevelIsValid(EncryptionLevel level) { in EncryptionLevelIsValid() function
H A Dquic_framer.cc4538 if (!EncryptionLevelIsValid(decrypter_level_)) { in DecryptPayload()
4557 if (!EncryptionLevelIsValid(level)) { in DecryptPayload()
4612 if (!EncryptionLevelIsValid(alternative_decrypter_level_)) { in DecryptPayload()
4693 if (!EncryptionLevelIsValid(alternative_decrypter_level_)) { in DecryptPayload()
H A Dquic_connection.cc2560 QUICHE_DCHECK(EncryptionLevelIsValid(decryption_level)); in OnUndecryptablePacket()