Home
last modified time | relevance | path

Searched defs:DecryptPacket (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/quic/
H A Dmock_decrypter.cc64 bool MockDecrypter::DecryptPacket(uint64_t /*packet_number*/, in DecryptPacket() function in net::MockDecrypter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Daead_base_decrypter.cc132 bool AeadBaseDecrypter::DecryptPacket(uint64_t packet_number, in DecryptPacket() function in quic::AeadBaseDecrypter
H A Dnull_decrypter.cc44 bool NullDecrypter::DecryptPacket(uint64_t /*packet_number*/, in DecryptPacket() function in quic::NullDecrypter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.cc1264 bool TaggingDecrypter::DecryptPacket(uint64_t /*packet_number*/, in DecryptPacket() function in quic::test::TaggingDecrypter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer_test.cc170 bool DecryptPacket(uint64_t packet_number, absl::string_view associated_data, in DecryptPacket() function in quic::test::__anon0923887d0111::TestDecrypter