Home
last modified time | relevance | path

Searched defs:needCheck (Results 1 – 3 of 3) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_base_check.h30 bool needCheck; member
49 bool needCheck; member
82 bool needCheck; member
/base/security/huks/frameworks/huks_standard/main/common/src/
Dhks_check_paramset.c370 static int32_t CheckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32… in CheckOptionalParams()
384 static int32_t InitCheckOptionalParams(bool needCheck, bool isAbsent, struct HksParam *param, in InitCheckOptionalParams()
Dhks_base_check.c178 static int32_t GetOptionalParams(const struct HksParamSet *paramSet, uint32_t tag, bool needCheck, … in GetOptionalParams()