Searched refs:kdfKey (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_passthrough_adapter.h | 53 int32_t HuksHdiAdapterDeriveKey(const struct HksParamSet *paramSet, const struct HksBlob *kdfKey,
|
H A D | huks_sa_hdi_struct.h | 243 * @param kdfKey main key to derive key
247 int32_t (*HuksHdiDeriveKey)(const struct HksParamSet *paramSet, const struct HksBlob *kdfKey,
|
H A D | huks_hdi_template.h | 263 #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 D | huks_hdi_passthrough_adapter.c | 213 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