Home
last modified time | relevance | path

Searched refs:HuksHdiImportKey (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_interfaces.c54 int32_t HuksHdiImportKey(const struct HksBlob *keyAlias, const struct HksBlob *key, in HuksHdiImportKey() function
187 hdiDevicePtr->HuksHdiImportKey = HuksHdiImportKey; in HuksCreateHdiDevicePtr()
/ohos5.0/drivers/peripheral/huks/test/fuzztest/importkeyfuzz/
H A Dhuks_hdi_fuzzer.cpp58 (void)g_instance->HuksHdiImportKey(&keyAlias, &aesKey, paramSet, &out); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
H A Dhuks_access.c80 HKS_IF_NULL_LOGE_RETURN(g_hksHalDevicePtr->HuksHdiImportKey, HKS_ERROR_NULL_POINTER, in ENABLE_CFI()
83 return g_hksHalDevicePtr->HuksHdiImportKey(keyAlias, key, paramSet, keyOut); in ENABLE_CFI()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.c77 HUKS_HDI_IF_NULL_LOGE_RETURN(g_coreEngine->HuksHdiImportKey, HUKS_ERROR_NULL_POINTER, in HuksHdiAdapterImportKey()
80 return g_coreEngine->HuksHdiImportKey(keyAlias, key, paramSet, keyOut); in HuksHdiAdapterImportKey()
H A Dhuks_sa_hdi_struct.h59 int32_t (*HuksHdiImportKey)(const struct HksBlob *keyAlias, const struct HksBlob *key, member
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h357 int32_t (*HuksHdiImportKey)(const struct HksBlob *keyAlias, const struct HksBlob *key, member