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.cpp602 bool FBEPolicyTest::CreateAndSetHwWrappedKey(std::vector<uint8_t> *enc_key, in CreateAndSetHwWrappedKey()
789 FscryptHkdfContext context, std::vector<uint8_t> &enc_key) { in DerivePerModeEncryptionKey()
804 std::vector<uint8_t> &enc_key) { in DerivePerFileEncryptionKey()
845 void FBEPolicyTest::VerifyCiphertext(const std::vector<uint8_t> &enc_key, in VerifyCiphertext()
917 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
943 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
960 std::vector<uint8_t> enc_key, sw_secret; in TEST_F() local
984 const std::vector<uint8_t> &enc_key) { in TestEmmcOptimizedDunWraparound()
1083 std::vector<uint8_t> enc_key(kAes256XtsKeySize); in TEST_F() local
1102 std::vector<uint8_t> enc_key, sw_secret; in TEST_F() local
[all …]
Dmetadata_encryption_tests.cpp287 std::vector<uint8_t> enc_key; in TEST_F() local
Dutils.cpp433 std::vector<uint8_t> *enc_key) { in DeriveHwWrappedEncryptionKey()