Home
last modified time | relevance | path

Searched refs:GenerateIntegrityDirs (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h149 int GenerateIntegrityDirs(int32_t userId, KeyType type);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp591 int ret = GenerateIntegrityDirs(user, EL1_KEY); in CheckAndFixUserKeyDirectory()
596 ret = GenerateIntegrityDirs(user, EL2_KEY); in CheckAndFixUserKeyDirectory()
604 int KeyManager::GenerateIntegrityDirs(int32_t userId, KeyType type) in GenerateIntegrityDirs() function in OHOS::StorageDaemon::KeyManager