Home
last modified time | relevance | path

Searched refs:HuksHdiGenerateKey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_interfaces.c48 int32_t HuksHdiGenerateKey(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, in HuksHdiGenerateKey() function
186 hdiDevicePtr->HuksHdiGenerateKey = HuksHdiGenerateKey; in HuksCreateHdiDevicePtr()
/ohos5.0/drivers/peripheral/huks/test/fuzztest/generatekeyfuzz/
H A Dhuks_hdi_fuzzer.cpp57 (void)g_instance->HuksHdiGenerateKey(&keyAlias, paramSetIn, &key, &out); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
H A Dhuks_access.c69 HKS_IF_NULL_LOGE_RETURN(g_hksHalDevicePtr->HuksHdiGenerateKey, HKS_ERROR_NULL_POINTER, in ENABLE_CFI()
72 return g_hksHalDevicePtr->HuksHdiGenerateKey(keyAlias, paramSetIn, keyIn, keyOut); in ENABLE_CFI()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.c66 HUKS_HDI_IF_NULL_LOGE_RETURN(g_coreEngine->HuksHdiGenerateKey, HUKS_ERROR_NULL_POINTER, in HuksHdiAdapterGenerateKey()
69 return g_coreEngine->HuksHdiGenerateKey(keyAlias, paramSetIn, keyIn, keyOut); in HuksHdiAdapterGenerateKey()
H A Dhuks_sa_hdi_struct.h48 … int32_t (*HuksHdiGenerateKey)(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp187 if (halDevice_->HuksHdiGenerateKey == nullptr) { in HdiGenerateKey()
194 auto ret = halDevice_->HuksHdiGenerateKey(&keyAlias, paramSetIn, &keyIn, &keyOut); in HdiGenerateKey()
208 retryRet = halDevice_->HuksHdiGenerateKey(&keyAlias, paramSetIn, &keyIn, &keyOut); in HdiGenerateKey()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h346 … int32_t (*HuksHdiGenerateKey)(const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, member