Home
last modified time | relevance | path

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

/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_template.h167 #define HDI_CONVERTER_FUNC_ATTESTKEY(key, paramSet, certChain, ret, func) \ argument
173 HDI_CONVERTER_PARAM_IN_BLOB(certChain, &certChainCore) \
176 HDI_ADAPTER_PARAM(certChain, &certChainCore)); \
177 HDI_CONVERTER_PARAM_OUT_BLOB(&certChainCore, certChain)
Dhuks_hdi_passthrough_adapter.h80 struct HksBlob *certChain);
Dhuks_sa_hdi_struct.h141 struct HksBlob *certChain);
Dhuks_hdi_passthrough_adapter.c247 struct HksBlob *certChain) in HuksHdiAdapterAttestKey() argument
254 return g_coreEngine->HuksHdiAttestKey(key, paramSet, certChain); in HuksHdiAdapterAttestKey()
Dhuks_hdi_service.c126 struct HuksBlob *certChain) in HuksAttestKey() argument
130 HDI_CONVERTER_FUNC_ATTESTKEY(encKey, paramSet, certChain, ret, HuksHdiAdapterAttestKey) in HuksAttestKey()
/drivers/interface/huks/v1_0/
DIHuks.idl279 * @param certChain Indicates the certificate chain {@link HuksBlob}
289 …y([in] struct HuksBlob encKey, [in] struct HuksParamSet paramSet, [out] struct HuksBlob certChain);