Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/include/
H A Dhks_storage.h42 int32_t HksGetKeyCountByProcessName(const struct HksBlob *processName, uint32_t *fileCount);
55 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c508 ret = HksGetKeyCountByProcessName(NULL, fileCount); in HksManageGetKeyCountByProcessName()
516 ret = HksGetKeyCountByProcessName(&fileInfo, fileCount); in HksManageGetKeyCountByProcessName()
H A Dhks_storage_lite.c721 int32_t HksGetKeyCountByProcessName(const struct HksBlob *processName, uint32_t *keyCount) in HksGetKeyCountByProcessName() function
H A Dhks_storage.c473 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount) in HksGetKeyCountByProcessName() function