Home
last modified time | relevance | path

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

/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.h28 const struct HksBlob *keyIn, struct HksBlob *keyOut);
Dhuks_sa_hdi_struct.h49 const struct HksBlob *keyIn, struct HksBlob *keyOut);
Dhuks_hdi_passthrough_adapter.c62 const struct HksBlob *keyIn, struct HksBlob *keyOut) in HuksHdiAdapterGenerateKey() argument
69 return g_coreEngine->HuksHdiGenerateKey(keyAlias, paramSetIn, keyIn, keyOut); in HuksHdiAdapterGenerateKey()
Dhuks_hdi_service.c44 const struct HuksBlob *keyIn, struct HuksBlob *encKeyOut) in HuksGenerateKey() argument
48 …HDI_CONVERTER_FUNC_GENERATEKEY(keyAlias, paramSet, keyIn, encKeyOut, ret, HuksHdiAdapterGenerateKe… in HuksGenerateKey()
Dhuks_hdi_template.h45 #define HDI_CONVERTER_FUNC_GENERATEKEY(keyAlias, paramSet, keyIn, keyOut, ret, func) \ argument
52 HDI_CONVERTER_PARAM_IN_BLOB(keyIn, &keyInCore) \
56 HDI_ADAPTER_PARAM(keyIn, &keyInCore), \
/drivers/interface/huks/v1_0/
DIHuks.idl80 * @param keyIn Indicates the material {@link HuksBlob} of the key
93 [in] struct HuksBlob keyIn, [out] struct HuksBlob encKeyOut);