Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Dexternal_interface_adapter.c126 struct HksParamSet *inputParam = NULL; in DslmCredAttestAdapter() local
136 …if (FillHksParamSet(&inputParam, inputData, sizeof(inputData) / sizeof(inputData[0])) != SUCCESS) { in DslmCredAttestAdapter()
141 ret = HksAttestKey(&keyAlias, inputParam, hksCertChain); in DslmCredAttestAdapter()
144 HksFreeParamSet(&inputParam); in DslmCredAttestAdapter()
151 HksFreeParamSet(&inputParam); in DslmCredAttestAdapter()
157 HksFreeParamSet(&inputParam); in DslmCredAttestAdapter()