/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/ |
H A D | hks_get_key_info_list_test.cpp | 69 struct HksKeyInfo keyInfoList = { { 0 }, nullptr }; variable 123 static void FreeKeyInfoList(struct HksKeyInfo **keyInfoList, uint32_t listCount) in FreeKeyInfoList() 140 …struct HksKeyInfo *keyInfoList = (struct HksKeyInfo *)HksMalloc(sizeof(struct HksKeyInfo) * listCo… in BuildKeyInfoList() local 182 struct HksKeyInfo *keyInfoList = nullptr; variable
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_upgrade_helper.c | 210 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksGetkeyInfoListByProcessName() 241 …InfoListForSmallToService(const struct HksProcessInfo *processInfo, struct HksKeyInfo *keyInfoList, in HksGetOldKeyInfoListForSmallToService()
|
H A D | hks_client_check.c | 121 …sCheckGetKeyInfoListParams(const struct HksBlob *processName, const struct HksKeyInfo *keyInfoList, in HksCheckGetKeyInfoListParams()
|
H A D | hks_client_service.c | 335 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksServiceGetKeyInfoList() 438 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksServiceGetKeyInfoList()
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/ |
H A D | hks_compatibility_test.cpp | 568 struct HksKeyInfo *keyInfoList = nullptr; variable 611 struct HksKeyInfo *keyInfoList = nullptr; variable 651 struct HksKeyInfo *keyInfoList = nullptr; variable 705 struct HksKeyInfo *keyInfoList = nullptr; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_ce_update_test.cpp | 339 static void FreeKeyInfoList(struct HksKeyInfo **keyInfoList, uint32_t listCount) in FreeKeyInfoList() 356 …struct HksKeyInfo *keyInfoList = (struct HksKeyInfo *)HksMalloc(sizeof(struct HksKeyInfo) * listCo… in BuildKeyInfoList() local 688 struct HksKeyInfo *keyInfoList = nullptr; variable 721 struct HksKeyInfo *keyInfoList = nullptr; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/ |
H A D | hks_compatibility_module_test.cpp | 250 const struct HksParamSet *paramSet, struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksServiceGetKeyInfoListForDe() 559 struct HksKeyInfo *keyInfoList = nullptr; variable 604 struct HksKeyInfo *keyInfoList = nullptr; variable
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/ |
H A D | hks_service_ipc_serialization.c | 397 static int32_t KeyInfoListInit(struct HksKeyInfo *keyInfoList, uint32_t listCount, in KeyInfoListInit() 420 struct HksKeyInfo **keyInfoList) in HksGetKeyInfoListUnpack() 441 HKS_IF_NULL_LOGE_RETURN(*keyInfoList, HKS_ERROR_MALLOC_FAIL, "*keyInfoList is NULL") in HksGetKeyInfoListUnpack() local 461 const struct HksKeyInfo *keyInfoList) in HksGetKeyInfoListPackFromService()
|
H A D | hks_ipc_service.c | 573 static void FreeKeyInfo(uint32_t listCount, struct HksKeyInfo **keyInfoList) in FreeKeyInfo() 596 struct HksKeyInfo *keyInfoList = NULL; in HksIpcServiceGetKeyInfoList() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
H A D | hks_ipc_check.c | 182 int32_t HksCheckIpcGetKeyInfoList(const struct HksKeyInfo *keyInfoList, const struct HksParamSet *p… in HksCheckIpcGetKeyInfoList()
|
H A D | hks_client_ipc_serialization.c | 264 …2_t HksGetKeyInfoListPack(const struct HksParamSet *paramSet, const struct HksKeyInfo *keyInfoList, in HksGetKeyInfoListPack() 285 struct HksKeyInfo *keyInfoList) in HksGetKeyInfoListUnpackFromService()
|
H A D | hks_client_service_passthrough.c | 310 int32_t HksClientGetKeyInfoList(const struct HksParamSet *paramSet, struct HksKeyInfo *keyInfoList, in HksClientGetKeyInfoList()
|
H A D | hks_client_service_ipc.c | 541 int32_t HksClientGetKeyInfoList(const struct HksParamSet *paramSet, struct HksKeyInfo *keyInfoList,… in HksClientGetKeyInfoList()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage.c | 427 …t GetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *keyInfoList, in GetKeyAliasByProcessName() 461 …ksGetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *keyInfoList, in HksGetKeyAliasByProcessName()
|
H A D | hks_storage_lite.c | 746 static int32_t GetKeyInfoList(struct HksKeyInfo *keyInfoList, const struct HksBlob *keyInfoBlob) in GetKeyInfoList() 807 int32_t HksStoreGetKeyInfoList(struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksStoreGetKeyInfoList()
|
H A D | hks_storage_manager.c | 469 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksManageGetKeyAliasByProcessName()
|
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/ |
H A D | hks_test_adapt_for_de.c | 392 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksGetKeyInfoListForDe()
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/ |
H A D | hks_api.c | 490 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksGetKeyInfoList()
|