Home
last modified time | relevance | path

Searched defs:ciphertext_size (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/quic/crypto/
Daes_128_gcm_12_encrypter_nss.cc286 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in Encrypt() local
342 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
Daes_128_gcm_12_encrypter_openssl.cc135 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
Daes_128_gcm_12_encrypter_test.cc215 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
/external/chromium_org/crypto/
Dencryptor_unittest.cc187 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt()
219 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt()
/external/chromium_org/net/quic/
Dquic_framer.cc1525 size_t QuicFramer::GetMaxPlaintextSize(size_t ciphertext_size) { in GetMaxPlaintextSize()