HomeSort by relevance Sort by last modified time
    Searched defs:GetCiphertextSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/crypto/
null_encrypter.cc 55 size_t NullEncrypter::GetCiphertextSize(size_t plaintext_size) const {
aes_128_gcm_12_encrypter_openssl.cc 135 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
165 size_t Aes128Gcm12Encrypter::GetCiphertextSize(size_t plaintext_size) const {
aes_128_gcm_12_encrypter_nss.cc 286 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
342 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
372 size_t Aes128Gcm12Encrypter::GetCiphertextSize(size_t plaintext_size) const {

Completed in 53 milliseconds