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 D | hks_param.h | 152 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 D | hks_param_test.cpp | 370 int32_t ret = HksDeleteTagsFromParamSet(nullptr, 0, nullptr, nullptr); 385 int32_t ret = HksDeleteTagsFromParamSet(&exceedCnt, 0, ¶mSet, ¶mSetPTR);
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_client_service_util.c | 70 int32_t ret = HksDeleteTagsFromParamSet(SENSITIVE_DELETE_TAG, in GetKeyParamSet()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_param.c | 468 HKS_API_EXPORT int32_t HksDeleteTagsFromParamSet(const uint32_t *tag, uint32_t tagCount, in HksDeleteTagsFromParamSet() function
|