Searched defs:master_key (Results 1 – 3 of 3) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 415 bool FBEPolicyTest::SetMasterKey(const std::vector<uint8_t> &master_key, in SetMasterKey() 458 std::vector<uint8_t> master_key, exported_key; in CreateAndSetHwWrappedKey() local 604 static bool DeriveKey(const std::vector<uint8_t> &master_key, in DeriveKey() 621 const std::vector<uint8_t> &master_key) { in VerifyKeyIdentifier() 636 const std::vector<uint8_t> &master_key, int mode, in DerivePerModeEncryptionKey() 651 const std::vector<uint8_t> &master_key, const FscryptFileNonce &nonce, in DerivePerFileEncryptionKey() 662 static bool HashInodeNumber(const std::vector<uint8_t> &master_key, in HashInodeNumber() 741 static bool InitIVForInoLblk32(const std::vector<uint8_t> &master_key, in InitIVForInoLblk32() 755 auto master_key = GenerateTestKey(kFscryptMasterKeySize); in TEST_F() local 780 auto master_key = GenerateTestKey(kFscryptMasterKeySize); in TEST_F() local [all …]
|
D | utils.cpp | 335 bool CreateHwWrappedKey(std::vector<uint8_t> *master_key, in CreateHwWrappedKey() 402 bool DeriveHwWrappedEncryptionKey(const std::vector<uint8_t> &master_key, in DeriveHwWrappedEncryptionKey() 419 bool DeriveHwWrappedRawSecret(const std::vector<uint8_t> &master_key, in DeriveHwWrappedRawSecret()
|
D | metadata_encryption_tests.cpp | 281 std::vector<uint8_t> master_key, exported_key; in TEST_F() local
|