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 53 size_t NullEncrypter::GetCiphertextSize(size_t plaintext_size) const {
aes_128_gcm_12_encrypter_openssl.cc 118 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
152 size_t Aes128Gcm12Encrypter::GetCiphertextSize(size_t plaintext_size) const {
aes_128_gcm_12_encrypter_nss.cc 294 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
350 size_t ciphertext_size = GetCiphertextSize(plaintext.length());
384 size_t Aes128Gcm12Encrypter::GetCiphertextSize(size_t plaintext_size) const {

Completed in 76 milliseconds