Searched refs:keyIn (Results 1 – 6 of 6) sorted by relevance
/drivers/peripheral/huks/hdi_service/ |
D | huks_hdi_passthrough_adapter.h | 28 const struct HksBlob *keyIn, struct HksBlob *keyOut);
|
D | huks_sa_hdi_struct.h | 49 const struct HksBlob *keyIn, struct HksBlob *keyOut);
|
D | huks_hdi_passthrough_adapter.c | 62 const struct HksBlob *keyIn, struct HksBlob *keyOut) in HuksHdiAdapterGenerateKey() argument 69 return g_coreEngine->HuksHdiGenerateKey(keyAlias, paramSetIn, keyIn, keyOut); in HuksHdiAdapterGenerateKey()
|
D | huks_hdi_service.c | 44 const struct HuksBlob *keyIn, struct HuksBlob *encKeyOut) in HuksGenerateKey() argument 48 …HDI_CONVERTER_FUNC_GENERATEKEY(keyAlias, paramSet, keyIn, encKeyOut, ret, HuksHdiAdapterGenerateKe… in HuksGenerateKey()
|
D | huks_hdi_template.h | 45 #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/ |
D | IHuks.idl | 80 * @param keyIn Indicates the material {@link HuksBlob} of the key 93 [in] struct HuksBlob keyIn, [out] struct HuksBlob encKeyOut);
|