Home
last modified time | relevance | path

Searched refs:HuksHdiModuleDestroy (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.c38 int32_t HuksHdiModuleDestroy(void) in HuksHdiModuleDestroy() function
184 hdiDevicePtr->HuksHdiModuleDestroy = HuksHdiModuleDestroy; in HuksCreateHdiDevicePtr()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
H A Dhuks_access.c48 HKS_IF_NULL_LOGE_RETURN(g_hksHalDevicePtr->HuksHdiModuleDestroy, HKS_ERROR_NULL_POINTER, in ENABLE_CFI()
51 return g_hksHalDevicePtr->HuksHdiModuleDestroy(); in ENABLE_CFI()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.c45 HUKS_HDI_IF_NULL_LOGE_RETURN(g_coreEngine->HuksHdiModuleDestroy, HUKS_ERROR_NULL_POINTER, in HuksHdiAdapterModuleDestroy()
48 return g_coreEngine->HuksHdiModuleDestroy(); in HuksHdiAdapterModuleDestroy()
H A Dhuks_sa_hdi_struct.h32 int32_t (*HuksHdiModuleDestroy)(void); member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dhuks_master.cpp147 if (halDevice_->HuksHdiModuleDestroy == nullptr) { in HdiModuleDestroy()
152 int ret = halDevice_->HuksHdiModuleDestroy(); in HdiModuleDestroy()
166 retryRet = halDevice_->HuksHdiModuleDestroy(); in HdiModuleDestroy()
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h330 int32_t (*HuksHdiModuleDestroy)(void); member