Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
H A Dhks_client_check_test.cpp129 int32_t ret = HksCheckGetKeyInfoListParams(&processName, &keyInfo, &cnt);
144 int32_t ret = HksCheckGetKeyInfoListParams(&processName, nullptr, &cnt);
159 int32_t ret = HksCheckGetKeyInfoListParams(&processName, &keyInfo, nullptr);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/include/
H A Dhks_client_check.h55 int32_t HksCheckGetKeyInfoListParams(const struct HksBlob *processName, const struct HksKeyInfo *ke…
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_check.c121 int32_t HksCheckGetKeyInfoListParams(const struct HksBlob *processName, const struct HksKeyInfo *ke… in HksCheckGetKeyInfoListParams() function
H A Dhks_client_service.c338 int32_t ret = HksCheckGetKeyInfoListParams(&(processInfo->processName), keyInfoList, listCount); in HksServiceGetKeyInfoList()
449 ret = HksCheckGetKeyInfoListParams(&processInfo->processName, keyInfoList, listCount); in HksServiceGetKeyInfoList()