Home
last modified time | relevance | path

Searched refs:oldKey (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.h82 int32_t HuksHdiAdapterUpgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet,
H A Dhuks_sa_hdi_struct.h263 * @param oldKey old key to be upgraded
268 int32_t (*HuksHdiUpgradeKey)(const struct HksBlob *oldKey, const struct HksParamSet *paramSet,
H A Dhuks_hdi_template.h290 #define HDI_CONVERTER_FUNC_UPGRADEKEY(oldKey, paramSet, newKey, ret, func) \
295 HDI_CONVERTER_PARAM_IN_BLOB(oldKey, &oldKeyCore) \
297 ret = (func)(HDI_ADAPTER_PARAM(oldKey, &oldKeyCore), \
H A Dhuks_hdi_passthrough_adapter.c235 int32_t HuksHdiAdapterUpgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, in HuksHdiAdapterUpgradeKey() argument
243 return g_coreEngine->HuksHdiUpgradeKey(oldKey, paramSet, newKey); in HuksHdiAdapterUpgradeKey()

Completed in 3 milliseconds