Home
last modified time | relevance | path

Searched refs:computed_ciphertext (Results 1 – 1 of 1) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp702 std::vector<uint8_t> computed_ciphertext(plaintext.size()); in VerifyCiphertext() local
711 &computed_ciphertext[i], block_size)); in VerifyCiphertext()
717 ASSERT_EQ(file_info.actual_ciphertext, computed_ciphertext); in VerifyCiphertext()