Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h26 const uint8_t FIRST_CREATE_KEY = 0x6c; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dcrypto_key_test.cpp364 EXPECT_TRUE(g_testKeyV1->ActiveKey(FIRST_CREATE_KEY));
409 EXPECT_TRUE(g_testKeyV1->ActiveKey(FIRST_CREATE_KEY));
635 EXPECT_TRUE(g_testKeyV1->ActiveKey(FIRST_CREATE_KEY));
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp93 if (globalEl1Key_->ActiveKey(FIRST_CREATE_KEY) == false) { in GenerateAndInstallDeviceKey()
211 if (elKey->ActiveKey(FIRST_CREATE_KEY) == false) { in GenerateAndInstallUserKey()
239 … if (elKey->AddClassE(isNeedEncryptClassE, saveESecretStatus[userId], FIRST_CREATE_KEY) == false) { in GenerateAndInstallEl5Key()