Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_param.h152 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount,
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_param_test.cpp370 int32_t ret = HksDeleteTagsFromParamSet(nullptr, 0, nullptr, nullptr);
385 int32_t ret = HksDeleteTagsFromParamSet(&exceedCnt, 0, &paramSet, &paramSetPTR);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service_util.c70 int32_t ret = HksDeleteTagsFromParamSet(SENSITIVE_DELETE_TAG, in GetKeyParamSet()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_param.c468 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount, in HksDeleteTagsFromParamSet() function