Home
last modified time | relevance | path

Searched refs:wrappingKeyAlias (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.h63 int32_t HuksHdiAdapterImportWrappedKey(const struct HksBlob *wrappingKeyAlias, const struct HksBlob *wrappingKey,
H A Dhuks_sa_hdi_struct.h64 * @param wrappingKeyAlias alias used to decrypt the key data after the wrap
71 int32_t (*HuksHdiImportWrappedKey)(const struct HksBlob *wrappingKeyAlias, const struct HksBlob *key,
H A Dhuks_hdi_passthrough_adapter.c83 int32_t HuksHdiAdapterImportWrappedKey(const struct HksBlob *wrappingKeyAlias, const struct HksBlob *wrappingKey, in HuksHdiAdapterImportWrappedKey() argument
91 return g_coreEngine->HuksHdiImportWrappedKey(wrappingKeyAlias, wrappingKey, wrappedKeyData, paramSet, keyOut); in HuksHdiAdapterImportWrappedKey()
H A Dhuks_hdi_service.c61 static int32_t HuksImportWrappedKey(struct IHuks *self, const struct HuksBlob *wrappingKeyAlias, in HuksImportWrappedKey() argument
67 HDI_CONVERTER_FUNC_IMPORTWRAPPEDKEY(wrappingKeyAlias, wrappingEncKey, wrappedKeyData, paramSet, encKeyOut, ret, in HuksImportWrappedKey()
H A Dhuks_hdi_template.h81 HDI_CONVERTER_PARAM_IN_BLOB(wrappingKeyAlias, &wrappingKeyAliasCore) \
86 ret = (func)(HDI_ADAPTER_PARAM(wrappingKeyAlias, &wrappedKeyDataCore), \

Completed in 3 milliseconds