Home
last modified time | relevance | path

Searched defs:keyInfoList (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
H A Dhks_get_key_info_list_test.cpp69 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 Dhks_upgrade_helper.c210 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksGetkeyInfoListByProcessName()
241 …InfoListForSmallToService(const struct HksProcessInfo *processInfo, struct HksKeyInfo *keyInfoList, in HksGetOldKeyInfoListForSmallToService()
H A Dhks_client_check.c121 …sCheckGetKeyInfoListParams(const struct HksBlob *processName, const struct HksKeyInfo *keyInfoList, in HksCheckGetKeyInfoListParams()
H A Dhks_client_service.c335 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 Dhks_compatibility_test.cpp568 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 Dhks_ce_update_test.cpp339 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 Dhks_compatibility_module_test.cpp250 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 Dhks_service_ipc_serialization.c397 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 Dhks_ipc_service.c573 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 Dhks_ipc_check.c182 int32_t HksCheckIpcGetKeyInfoList(const struct HksKeyInfo *keyInfoList, const struct HksParamSet *p… in HksCheckIpcGetKeyInfoList()
H A Dhks_client_ipc_serialization.c264 …2_t HksGetKeyInfoListPack(const struct HksParamSet *paramSet, const struct HksKeyInfo *keyInfoList, in HksGetKeyInfoListPack()
285 struct HksKeyInfo *keyInfoList) in HksGetKeyInfoListUnpackFromService()
H A Dhks_client_service_passthrough.c310 int32_t HksClientGetKeyInfoList(const struct HksParamSet *paramSet, struct HksKeyInfo *keyInfoList, in HksClientGetKeyInfoList()
H A Dhks_client_service_ipc.c541 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 Dhks_storage.c427 …t GetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *keyInfoList, in GetKeyAliasByProcessName()
461 …ksGetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *keyInfoList, in HksGetKeyAliasByProcessName()
H A Dhks_storage_lite.c746 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 Dhks_storage_manager.c469 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksManageGetKeyAliasByProcessName()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_adapt_for_de.c392 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksGetKeyInfoListForDe()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/source/
H A Dhks_api.c490 struct HksKeyInfo *keyInfoList, uint32_t *listCount) in HksGetKeyInfoList()