Home
last modified time | relevance | path

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

/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_template.h290 #define HDI_CONVERTER_FUNC_UPGRADEKEY(oldKey, paramSet, newKey, ret, func) \ argument
296 HDI_CONVERTER_PARAM_IN_BLOB(newKey, &newKeyCore) \
299 HDI_ADAPTER_PARAM(newKey, &newKeyCore)); \
300 HDI_CONVERTER_PARAM_OUT_BLOB(&newKeyCore, newKey)
Dhuks_hdi_passthrough_adapter.h83 struct HksBlob *newKey);
Dhuks_sa_hdi_struct.h269 struct HksBlob *newKey);
Dhuks_hdi_passthrough_adapter.c236 struct HksBlob *newKey) in HuksHdiAdapterUpgradeKey() argument
243 return g_coreEngine->HuksHdiUpgradeKey(oldKey, paramSet, newKey); in HuksHdiAdapterUpgradeKey()