Home
last modified time | relevance | path

Searched refs:HksStoreMaterial (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c117 struct HksStoreMaterial *outMaterial) in GetUidPath()
186 int32_t storageLevel, struct HksStoreMaterial *outMaterial) in GetPathType()
235 struct HksStoreMaterial *outMaterial) in InitStorageMaterial()
250 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in InitStorageMaterial()
298 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreKeyBlob()
330 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreDeleteKeyBlob()
362 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreIsKeyBlobExist()
394 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreGetKeyBlob()
439 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreGetKeyBlobSize()
476 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageGetKeyAliasByProcessName()
[all …]
H A Dhks_storage_utils.c488 static int32_t ConstructPath(const struct HksStoreMaterial *material, const char *deDataPath, in ConstructPath()
540 static int32_t GetPathInfo(const struct HksStoreMaterial *material, const char *deDataPath, in GetPathInfo()
573 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
H A Dhks_storage_util_test.cpp80 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
109 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
138 struct HksStoreMaterial material = { CE_PATH, 0 };
167 struct HksStoreMaterial material = { ECE_PATH, 0 };
197 struct HksStoreMaterial material = { TMP_PATH, 0 };
227 struct HksStoreMaterial material = { LITE_HAP_PATH, 0 };
256 struct HksStoreMaterial material = { RKC_IN_STANDARD_PATH, 0 };
H A Dhks_storage_manager_test.cpp107 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
158 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
209 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
261 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
312 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 };
364 struct HksStoreMaterial material = { ECE_PATH, 0 };
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage_utils.h69 struct HksStoreMaterial { struct
112 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_file_transfer.c39 struct HksStoreMaterial *outMaterial) in GetStoreMaterial()
90 struct HksStoreMaterial storeMaterial = { DE_PATH, 0 }; in ConstructNewFilePath()