Home
last modified time | relevance | path

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

/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_auth.c71 bool isAbsent = false; in OptionalParamCheck() local
/base/security/huks/frameworks/huks_standard/main/common/src/
Dhks_base_check.c897 bool* isAbsent) in GetOptionalParams()
1617 static int32_t CheckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32… in CheckOptionalParams()
1631 static int32_t InitCheckOptionalParams(bool needCheck, bool isAbsent, struct HksParam *param, in InitCheckOptionalParams()
1647 int32_t HksCheckOptionalParam(uint32_t tag, uint32_t alg, uint32_t purpose, bool isAbsent, struct H… in HksCheckOptionalParam()
/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_base_check.h32 bool isAbsent; member