Home
last modified time | relevance | path

Searched defs:GetMaxPlaintextSize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dnull_encrypter_test.cc87 TEST_F(NullEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
H A Dnull_encrypter.cc68 size_t NullEncrypter::GetMaxPlaintextSize(size_t ciphertext_size) const { in GetMaxPlaintextSize() function in quic::NullEncrypter
H A Daead_base_encrypter.cc151 size_t AeadBaseEncrypter::GetMaxPlaintextSize(size_t ciphertext_size) const { in GetMaxPlaintextSize() function in quic::AeadBaseEncrypter
H A Dchacha20_poly1305_encrypter_test.cc151 TEST_F(ChaCha20Poly1305EncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
H A Dchacha20_poly1305_tls_encrypter_test.cc151 TEST_F(ChaCha20Poly1305TlsEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
H A Daes_128_gcm_12_encrypter_test.cc234 TEST_F(Aes128Gcm12EncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
H A Daes_256_gcm_encrypter_test.cc235 TEST_F(Aes256GcmEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
H A Daes_128_gcm_encrypter_test.cc255 TEST_F(Aes128GcmEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/quic/
H A Dmock_encrypter.cc72 size_t MockEncrypter::GetMaxPlaintextSize(size_t ciphertext_size) const { in GetMaxPlaintextSize() function in net::MockEncrypter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.h1720 size_t GetMaxPlaintextSize(size_t ciphertext_size) const override { in GetMaxPlaintextSize() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.cc4506 size_t QuicFramer::GetMaxPlaintextSize(size_t ciphertext_size) { in GetMaxPlaintextSize() function in quic::QuicFramer
H A Dquic_framer_test.cc133 size_t GetMaxPlaintextSize(size_t ciphertext_size) const override { in GetMaxPlaintextSize() function in quic::test::__anon0923887d0111::TestEncrypter