Searched defs:GetCiphertextSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dnull_encrypter.cc55 size_t NullEncrypter::GetCiphertextSize(size_t plaintext_size) const { function in class:net::NullEncrypter
H A Daead_base_encrypter_nss.cc58 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
117 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
146 size_t AeadBaseEncrypter::GetCiphertextSize(size_t plaintext_size) const { function in class:net::AeadBaseEncrypter
H A Daead_base_encrypter_openssl.cc107 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
136 size_t AeadBaseEncrypter::GetCiphertextSize(size_t plaintext_size) const { function in class:net::AeadBaseEncrypter

Completed in 58 milliseconds