Home
last modified time | relevance | path

Searched refs:has_decryption_key (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/
H A Dquic_test_packet_printer.cc68 bool has_decryption_key) override { in OnUndecryptablePacket() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_connection.cc2553 bool has_decryption_key) { in OnUndecryptablePacket() argument
2556 << (has_decryption_key ? "" : "out") << " key at level " in OnUndecryptablePacket()
2566 ShouldEnqueueUnDecryptablePacket(decryption_level, has_decryption_key); in OnUndecryptablePacket()
2576 if (has_decryption_key) { in OnUndecryptablePacket()
2601 decryption_level == ENCRYPTION_ZERO_RTT && !has_decryption_key && in OnUndecryptablePacket()
2612 EncryptionLevel decryption_level, bool has_decryption_key) const { in ShouldEnqueueUnDecryptablePacket()
2613 if (has_decryption_key) { in ShouldEnqueueUnDecryptablePacket()
4472 const bool has_decryption_key = version().KnowsWhichDecrypterToUse() && in MaybeProcessUndecryptablePackets() local
4477 has_decryption_key)) { in MaybeProcessUndecryptablePackets()
H A Dchlo_extractor.cc52 bool has_decryption_key) override;
H A Dquic_connection.h694 bool has_decryption_key) override;
1925 bool has_decryption_key) const;
H A Dquic_framer.cc1788 const bool has_decryption_key = decrypter_[decryption_level] != nullptr; in ProcessIetfDataPacket() local
1791 decryption_level, has_decryption_key); in ProcessIetfDataPacket()
1795 " header protection", has_decryption_key ? "" : " (missing key)", in ProcessIetfDataPacket()
1856 const bool has_decryption_key = version_.KnowsWhichDecrypterToUse() && in ProcessIetfDataPacket() local
1860 has_decryption_key); in ProcessIetfDataPacket()
1866 has_decryption_key || !version_.KnowsWhichDecrypterToUse() in ProcessIetfDataPacket()
H A Dquic_framer.h146 bool has_decryption_key) = 0;
H A Dquic_framer_test.cc310 bool has_decryption_key) override { in OnUndecryptablePacket() argument
313 undecryptable_has_decryption_keys_.push_back(has_decryption_key); in OnUndecryptablePacket()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.h311 EncryptionLevel decryption_level, bool has_decryption_key),
398 bool has_decryption_key) override;