Home
last modified time | relevance | path

Searched refs:HksStoreFileInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage.h27 int32_t HksStoreKeyBlob(const struct HksStoreFileInfo *fileInfo, const struct HksBlob *keyAlias,
30 int32_t HksStoreDeleteKeyBlob(const struct HksStoreFileInfo *fileInfo,
33 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo,
45 int32_t HksStoreKeyBlob(const struct HksStoreFileInfo *fileInfo, const struct HksBlob *keyBlob);
47 int32_t HksStoreDeleteKeyBlob(const struct HksStoreFileInfo *fileInfo);
49 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo);
55 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount);
63 int32_t HksGetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *key…
72 int32_t HksListAliasesByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyAliasSet …
77 int32_t HksStoreRenameKeyAlias(const struct HksStoreFileInfo *oldFileInfo,
[all …]
H A Dhks_storage_utils.h43 struct HksStoreFileInfo { struct
100 int32_t HksFileInfoInit(struct HksStoreFileInfo *fileInfo);
102 void FileInfoFree(struct HksStoreFileInfo *fileInfo);
112 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo);
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
H A Dhks_storage_util_test.cpp86 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } };
88 struct HksStoreFileInfo fileInfo = { { 0 } };
115 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } };
117 struct HksStoreFileInfo fileInfo = { { 0 } };
144 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } };
146 struct HksStoreFileInfo fileInfo = { { 0 } };
173 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } };
175 struct HksStoreFileInfo fileInfo = { { 0 } };
205 struct HksStoreFileInfo fileInfo = { { 0 } };
235 struct HksStoreFileInfo fileInfo = { { 0 } };
[all …]
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c294 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreKeyBlob()
296 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreKeyBlob()
326 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreDeleteKeyBlob()
328 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreDeleteKeyBlob()
360 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreIsKeyBlobExist()
392 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreGetKeyBlob()
437 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreGetKeyBlobSize()
474 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageGetKeyAliasByProcessName()
502 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageGetKeyCountByProcessName()
533 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageListAliasesByProcessName()
[all …]
H A Dhks_storage.c213 static int32_t DeleteKeyBlob(const struct HksStoreFileInfo *fileInfo) in DeleteKeyBlob()
260 static int32_t IsKeyBlobExist(const struct HksStoreFileInfo *fileInfo) in IsKeyBlobExist()
279 int32_t HksStoreKeyBlob(const struct HksStoreFileInfo *fileInfo, const struct HksBlob *keyBlob) in HksStoreKeyBlob()
301 int32_t HksStoreDeleteKeyBlob(const struct HksStoreFileInfo *fileInfo) in HksStoreDeleteKeyBlob()
314 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo) in HksStoreIsKeyBlobExist()
461 int32_t HksGetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *key… in HksGetKeyAliasByProcessName()
473 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount) in HksGetKeyCountByProcessName()
813 static int32_t GetHksFileEntry(const struct HksStoreFileInfo *fileInfo, struct HksFileEntry **fileN… in GetHksFileEntry()
847 int32_t HksListAliasesByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyAliasSet … in HksListAliasesByProcessName()
871 int32_t HksStoreRenameKeyAlias(const struct HksStoreFileInfo *oldFileInfo, in HksStoreRenameKeyAlias()
[all …]
H A Dhks_storage_utils.c245 static int32_t FileInfoInit(struct HksStoreFileInfo *fileInfo) in FileInfoInit()
261 void FileInfoFree(struct HksStoreFileInfo *fileInfo) in FileInfoFree()
573 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo()
H A Dhks_storage_lite.c596 int32_t HksStoreKeyBlob(const struct HksStoreFileInfo *fileInfo, const struct HksBlob *keyAlias, in HksStoreKeyBlob()
625 int32_t HksStoreDeleteKeyBlob(const struct HksStoreFileInfo *fileInfo, in HksStoreDeleteKeyBlob()
663 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo, in HksStoreIsKeyBlobExist()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/
H A Dhks_file_transfer.c86 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in ConstructNewFilePath()
88 struct HksStoreFileInfo fileInfo = { { 0 } }; in ConstructNewFilePath()