Searched defs:ciphertext_size (Results 1 – 5 of 5) sorted by relevance
286 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in Encrypt() local342 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
135 size_t ciphertext_size = GetCiphertextSize(plaintext.length()); in EncryptPacket() local
215 size_t ciphertext_size = encrypter->GetCiphertextSize(plaintext.length()); in EncryptWithNonce() local
187 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTREncrypt()219 const unsigned char* ciphertext, size_t ciphertext_size) { in TestAESCTRMultipleDecrypt()
1525 size_t QuicFramer::GetMaxPlaintextSize(size_t ciphertext_size) { in GetMaxPlaintextSize()