Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_base_check.h22 enum CheckKeyType { enum
44 enum CheckKeyType checkType;
64 enum CheckKeyType checkType;
98 int32_t HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet …
101 int32_t HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *i…
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_base_check.c949 static int32_t InitInputParams(enum CheckKeyType checkType, struct ParamsValues *inputParams, in InitInputParams()
962 static int32_t InitInputParamsByAlg(uint32_t alg, enum CheckKeyType checkType, struct ParamsValues … in InitInputParamsByAlg()
1013 static int32_t InitExpectParams(enum CheckKeyType checkType, struct ExpectParamsValues *expectValue… in InitExpectParams()
1026 static int32_t GetExpectParams(uint32_t alg, enum CheckKeyType checkType, struct ExpectParamsValues… in GetExpectParams()
1606 int32_t HksGetInputParmasByAlg(uint32_t alg, enum CheckKeyType checkType, const struct HksParamSet … in HksGetInputParmasByAlg()
1649 enum CheckKeyType checkType = HKS_CHECK_TYPE_GEN_KEY; in HksCheckOptionalParam()
1690 int32_t HksCheckFixedParams(uint32_t alg, enum CheckKeyType checkType, const struct ParamsValues *i… in HksCheckFixedParams()