Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp420 bool FBEPolicyTest::SetMasterKey(const std::vector<uint8_t> &master_key, in SetMasterKey()
463 std::vector<uint8_t> master_key, exported_key; in CreateAndSetHwWrappedKey() local
609 static bool DeriveKey(const std::vector<uint8_t> &master_key, in DeriveKey()
626 const std::vector<uint8_t> &master_key) { in VerifyKeyIdentifier()
641 const std::vector<uint8_t> &master_key, int mode, in DerivePerModeEncryptionKey()
656 const std::vector<uint8_t> &master_key, const FscryptFileNonce &nonce, in DerivePerFileEncryptionKey()
667 static bool HashInodeNumber(const std::vector<uint8_t> &master_key, in HashInodeNumber()
746 static bool InitIVForInoLblk32(const std::vector<uint8_t> &master_key, in InitIVForInoLblk32()
760 auto master_key = GenerateTestKey(kFscryptMasterKeySize); in TEST_F() local
785 auto master_key = GenerateTestKey(kFscryptMasterKeySize); in TEST_F() local
[all …]
Dutils.cpp336 bool CreateHwWrappedKey(std::vector<uint8_t> *master_key, in CreateHwWrappedKey()
403 bool DeriveHwWrappedEncryptionKey(const std::vector<uint8_t> &master_key, in DeriveHwWrappedEncryptionKey()
420 bool DeriveHwWrappedRawSecret(const std::vector<uint8_t> &master_key, in DeriveHwWrappedRawSecret()
Dmetadata_encryption_tests.cpp281 std::vector<uint8_t> master_key, exported_key; in TEST_F() local