Home
last modified time | relevance | path

Searched defs:GetCiphertextSize (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.cc95 TEST_F(NullEncrypterTest, GetCiphertextSize) { in TEST_F() argument
H A Dnull_encrypter.cc72 size_t NullEncrypter::GetCiphertextSize(size_t plaintext_size) const { in GetCiphertextSize() function in quic::NullEncrypter
H A Daead_base_encrypter.cc155 size_t AeadBaseEncrypter::GetCiphertextSize(size_t plaintext_size) const { in GetCiphertextSize() function in quic::AeadBaseEncrypter
H A Dchacha20_poly1305_encrypter_test.cc158 TEST_F(ChaCha20Poly1305EncrypterTest, GetCiphertextSize) { in TEST_F() argument
H A Dchacha20_poly1305_tls_encrypter_test.cc158 TEST_F(ChaCha20Poly1305TlsEncrypterTest, GetCiphertextSize) { in TEST_F() argument
H A Daes_128_gcm_12_encrypter_test.cc242 TEST_F(Aes128Gcm12EncrypterTest, GetCiphertextSize) { in TEST_F() argument
H A Daes_256_gcm_encrypter_test.cc242 TEST_F(Aes256GcmEncrypterTest, GetCiphertextSize) { in TEST_F() argument
H A Daes_128_gcm_encrypter_test.cc262 TEST_F(Aes128GcmEncrypterTest, GetCiphertextSize) { in TEST_F() argument
/aosp_15_r20/external/cronet/net/quic/
H A Dmock_encrypter.cc76 size_t MockEncrypter::GetCiphertextSize(size_t plaintext_size) const { in GetCiphertextSize() function in net::MockEncrypter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_test_utils.h1724 size_t GetCiphertextSize(size_t plaintext_size) const override { in GetCiphertextSize() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_framer.cc4494 size_t QuicFramer::GetCiphertextSize(EncryptionLevel level, in GetCiphertextSize() function in quic::QuicFramer
H A Dquic_framer_test.cc136 size_t GetCiphertextSize(size_t plaintext_size) const override { in GetCiphertextSize() function in quic::test::__anon0923887d0111::TestEncrypter