Home
last modified time | relevance | path

Searched defs:enc_key (Results 1 – 3 of 3) sorted by relevance

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp456 bool FBEPolicyTest::CreateAndSetHwWrappedKey(std::vector<uint8_t> *enc_key, in CreateAndSetHwWrappedKey()
637 FscryptHkdfContext context, std::vector<uint8_t> &enc_key) { in DerivePerModeEncryptionKey()
652 std::vector<uint8_t> &enc_key) { in DerivePerFileEncryptionKey()
693 void FBEPolicyTest::VerifyCiphertext(const std::vector<uint8_t> &enc_key, in VerifyCiphertext()
765 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
791 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
808 std::vector<uint8_t> enc_key, sw_secret; in TEST_F() local
832 const std::vector<uint8_t> &enc_key) { in TestEmmcOptimizedDunWraparound()
931 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
950 std::vector<uint8_t> enc_key, sw_secret; in TEST_F() local
[all …]
Dmetadata_encryption_tests.cpp286 std::vector<uint8_t> enc_key; in TEST_F() local
Dutils.cpp403 std::vector<uint8_t> *enc_key) { in DeriveHwWrappedEncryptionKey()