Searched defs:plaintext_buffer (Results 1 – 7 of 7) sorted by relevance
183 std::string plaintext_buffer; in DoTestEncryptDecryptWithModifiedCiphertext() local254 std::string plaintext_buffer; in TEST_P() local276 std::string plaintext_buffer; in TestDecryptWithEmptyAssociatedData() local649 std::string plaintext_buffer; in TEST_P() local
259 char* plaintext_buffer = std::allocator<char>().allocate(plaintext_len); in Decrypt() local
156 let mut plaintext_buffer = Vec::from(plaintext_str.as_bytes()); in encrypt_empty_string_is_valid() localVariable169 let mut plaintext_buffer = Vec::from(plaintext_str.as_bytes()); in encrypt_decrypt_plaintext_matches() localVariable
72 std::vector<uint8_t> plaintext_buffer; in Decrypt() local
168 bool is_last_segment, std::vector<uint8_t>* plaintext_buffer) { in DecryptSegment()
192 std::vector<uint8_t>* plaintext_buffer) override { in DecryptSegment()
309 bool is_last_segment, std::vector<uint8_t>* plaintext_buffer) { in DecryptSegment()