Home
last modified time | relevance | path

Searched refs:USER_EL5_DIR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp418 ReadDigitDir(USER_EL5_DIR, dirInfo); in LoadAllUsersEl1Key()
460 ret = MkDir(USER_EL5_DIR, S_IRWXU); in InitUserElkeyStorageDir()
520 (!IsDir(USER_EL4_DIR)) || (!IsDir(USER_EL5_DIR))) { in GenerateUserKeys()
539 std::string el5Path = USER_EL5_DIR + "/" + std::to_string(user); in GenerateElxAndInstallUserKey()
744 deleteRet = DoDeleteUserCeEceSeceKeys(user, USER_EL5_DIR, userEl5Key_); in DoDeleteUserKeys()
838 std::string el5Path = USER_EL5_DIR + "/" + std::to_string(user); in UpdateESecret()
979 keyDir = USER_EL5_DIR + "/" + std::to_string(user); in UpdateCeEceSeceUserAuth()
1005 keyDir = USER_EL5_DIR; in UpdateCeEceSeceUserAuth()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h40 const std::string USER_EL5_DIR = FSCRYPT_EL_DIR + "/el5"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_test.cpp875 …EXPECT_EQ(KeyManager::GetInstance()->GetKeyDirByUserAndType(user, EL5_KEY), USER_EL5_DIR + "/" + t…
1359 const string USER_EL5_DIR = "/data/test/user/el5"; variable
1370 … auto ret = KeyManager::GetInstance()->GenerateAndInstallEl5Key(userId, USER_EL5_DIR, badUserAuth);
1377 ret = KeyManager::GetInstance()->GenerateAndInstallEl5Key(userId, USER_EL5_DIR, badUserAuth);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_daemon.cpp213 return GetNeedRestoreFilePath(userId, USER_EL5_DIR); in GetNeedRestoreFilePathByType()