Home
last modified time | relevance | path

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

/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.h53 int32_t HuksHdiAdapterDeriveKey(const struct HksParamSet *paramSet, const struct HksBlob *kdfKey,
H A Dhuks_sa_hdi_struct.h243 * @param kdfKey main key to derive key
247 int32_t (*HuksHdiDeriveKey)(const struct HksParamSet *paramSet, const struct HksBlob *kdfKey,
H A Dhuks_hdi_template.h263 #define HDI_CONVERTER_FUNC_DERIVEKEY(paramSet, kdfKey, derivedKey, ret, func) \
268 HDI_CONVERTER_PARAM_IN_BLOB(kdfKey, &kdfKeyCore) \
271 HDI_ADAPTER_PARAM(kdfKey, &kdfKeyCore), \
H A Dhuks_hdi_passthrough_adapter.c213 int32_t HuksHdiAdapterDeriveKey(const struct HksParamSet *paramSet, const struct HksBlob *kdfKey, in HuksHdiAdapterDeriveKey() argument
221 return g_coreEngine->HuksHdiDeriveKey(paramSet, kdfKey, derivedKey); in HuksHdiAdapterDeriveKey()

Completed in 2 milliseconds