Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dnull_encrypter_test.cc87 TEST_F(NullEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
Dnull_encrypter.cc68 size_t NullEncrypter::GetMaxPlaintextSize(size_t ciphertext_size) const { in GetMaxPlaintextSize() function in quic::NullEncrypter
Daead_base_encrypter.cc151 size_t AeadBaseEncrypter::GetMaxPlaintextSize(size_t ciphertext_size) const { in GetMaxPlaintextSize() function in quic::AeadBaseEncrypter
Dchacha20_poly1305_encrypter_test.cc144 TEST_F(ChaCha20Poly1305EncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
Daes_128_gcm_12_encrypter_test.cc228 TEST_F(Aes128Gcm12EncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
Dchacha20_poly1305_tls_encrypter_test.cc144 TEST_F(ChaCha20Poly1305TlsEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
Daes_256_gcm_encrypter_test.cc229 TEST_F(Aes256GcmEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
Daes_128_gcm_encrypter_test.cc244 TEST_F(Aes128GcmEncrypterTest, GetMaxPlaintextSize) { in TEST_F() argument
/external/cronet/net/quic/
Dmock_encrypter.cc72 size_t MockEncrypter::GetMaxPlaintextSize(size_t ciphertext_size) const { in GetMaxPlaintextSize() function in net::MockEncrypter
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.h1717 size_t GetMaxPlaintextSize(size_t ciphertext_size) const override { in GetMaxPlaintextSize() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_framer.cc4862 size_t QuicFramer::GetMaxPlaintextSize(size_t ciphertext_size) { in GetMaxPlaintextSize() function in quic::QuicFramer
Dquic_framer_test.cc132 size_t GetMaxPlaintextSize(size_t ciphertext_size) const override { in GetMaxPlaintextSize() function in quic::test::__anon3a6dc7ec0111::TestEncrypter