GetCiphertextSize   55 net/quic/crypto/aead_base_encrypter.h   virtual size_t GetCiphertextSize(size_t plaintext_size) const OVERRIDE;
GetCiphertextSize   58 net/quic/crypto/aead_base_encrypter_nss.cc   size_t ciphertext_size = GetCiphertextSize(plaintext.length());
GetCiphertextSize  117 net/quic/crypto/aead_base_encrypter_nss.cc   size_t ciphertext_size = GetCiphertextSize(plaintext.length());
GetCiphertextSize  103 net/quic/crypto/aead_base_encrypter_openssl.cc   size_t ciphertext_size = GetCiphertextSize(plaintext.length());
GetCiphertextSize  215 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc   size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length());
GetCiphertextSize  287 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc TEST(Aes128Gcm12EncrypterTest, GetCiphertextSize) {
GetCiphertextSize  289 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc   EXPECT_EQ(1012u, encrypter.GetCiphertextSize(1000));
GetCiphertextSize  290 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc   EXPECT_EQ(112u, encrypter.GetCiphertextSize(100));
GetCiphertextSize  291 net/quic/crypto/aes_128_gcm_12_encrypter_test.cc   EXPECT_EQ(22u, encrypter.GetCiphertextSize(10));
GetCiphertextSize   48 net/quic/crypto/chacha20_poly1305_encrypter_test.cc   size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length());
GetCiphertextSize  100 net/quic/crypto/chacha20_poly1305_encrypter_test.cc TEST(ChaCha20Poly1305EncrypterTest, GetCiphertextSize) {
GetCiphertextSize  102 net/quic/crypto/chacha20_poly1305_encrypter_test.cc   EXPECT_EQ(1012u, encrypter.GetCiphertextSize(1000));
GetCiphertextSize  103 net/quic/crypto/chacha20_poly1305_encrypter_test.cc   EXPECT_EQ(112u, encrypter.GetCiphertextSize(100));
GetCiphertextSize  104 net/quic/crypto/chacha20_poly1305_encrypter_test.cc   EXPECT_EQ(22u, encrypter.GetCiphertextSize(10));
GetCiphertextSize   35 net/quic/crypto/null_encrypter.h   virtual size_t GetCiphertextSize(size_t plaintext_size) const OVERRIDE;
GetCiphertextSize   43 net/quic/crypto/null_encrypter_test.cc TEST_F(NullEncrypterTest, GetCiphertextSize) {
GetCiphertextSize   45 net/quic/crypto/null_encrypter_test.cc   EXPECT_EQ(1012u, encrypter.GetCiphertextSize(1000));
GetCiphertextSize   46 net/quic/crypto/null_encrypter_test.cc   EXPECT_EQ(112u, encrypter.GetCiphertextSize(100));
GetCiphertextSize   47 net/quic/crypto/null_encrypter_test.cc   EXPECT_EQ(22u, encrypter.GetCiphertextSize(10));
GetCiphertextSize   77 net/quic/crypto/quic_encrypter.h   virtual size_t GetCiphertextSize(size_t plaintext_size) const = 0;
GetCiphertextSize  507 net/quic/quic_packet_generator_test.cc       NullEncrypter().GetCiphertextSize(0) +
GetCiphertextSize  593 net/quic/test_tools/quic_test_utils.cc       NullEncrypter().GetCiphertextSize(*payload_length) +
GetCiphertextSize  597 net/quic/test_tools/quic_test_utils.cc   const size_t ack_length = NullEncrypter().GetCiphertextSize(
GetCiphertextSize  606 net/quic/test_tools/quic_test_utils.cc   return NullEncrypter().GetCiphertextSize(*payload_length) +