Searched refs:oldKey (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_passthrough_adapter.h | 82 int32_t HuksHdiAdapterUpgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet,
|
H A D | huks_sa_hdi_struct.h | 263 * @param oldKey old key to be upgraded
268 int32_t (*HuksHdiUpgradeKey)(const struct HksBlob *oldKey, const struct HksParamSet *paramSet,
|
H A D | huks_hdi_template.h | 290 #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 D | huks_hdi_passthrough_adapter.c | 235 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