Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c1617 static int32_t CheckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32… in CheckOptionalParams() function
1696 …ret = CheckOptionalParams(expectValues.keyLen.needCheck, inputParams->keyLen.isAbsent, inputParams… in HksCheckFixedParams()
1700 …ret = CheckOptionalParams(expectValues.padding.needCheck, inputParams->padding.isAbsent, inputPara… in HksCheckFixedParams()
1704 …ret = CheckOptionalParams(expectValues.purpose.needCheck, inputParams->purpose.isAbsent, inputPara… in HksCheckFixedParams()
1708 …ret = CheckOptionalParams(expectValues.digest.needCheck, inputParams->digest.isAbsent, inputParams… in HksCheckFixedParams()
1712 …ret = CheckOptionalParams(expectValues.mode.needCheck, inputParams->mode.isAbsent, inputParams->mo… in HksCheckFixedParams()