Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dvts_kernel_encryption.h30 bool Encrypt(const std::vector<uint8_t> &key, const uint8_t *iv, in Encrypt() function
Dmetadata_encryption_tests.cpp244 ASSERT_TRUE(cipher.Encrypt(key, reinterpret_cast<const uint8_t *>(iv.get()), in VerifyDecryption()
Dfile_based_encryption_tests.cpp710 ASSERT_TRUE(cipher.Encrypt(enc_key, iv.bytes, &plaintext[i], in VerifyCiphertext()