Home
last modified time | relevance | path

Searched refs:HuksHdiEncrypt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_interfaces.c131 int32_t HuksHdiEncrypt(const struct HksBlob *key, const struct HksParamSet *paramSet, in HuksHdiEncrypt() function
200 hdiDevicePtr->HuksHdiEncrypt = HuksHdiEncrypt; in HuksCreateHdiDevicePtr()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
H A Dhuks_access.c208 HKS_IF_NULL_LOGE_RETURN(g_hksHalDevicePtr->HuksHdiEncrypt, HKS_ERROR_NULL_POINTER, in ENABLE_CFI()
211 return g_hksHalDevicePtr->HuksHdiEncrypt(key, paramSet, plainText, cipherText); in ENABLE_CFI()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.c185 HUKS_HDI_IF_NULL_LOGE_RETURN(g_coreEngine->HuksHdiEncrypt, HUKS_ERROR_NULL_POINTER, in HuksHdiAdapterEncrypt()
188 return g_coreEngine->HuksHdiEncrypt(key, paramSet, plainText, cipherText); in HuksHdiAdapterEncrypt()
H A Dhuks_sa_hdi_struct.h215 int32_t (*HuksHdiEncrypt)(const struct HksBlob *key, const struct HksParamSet *paramSet, member
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhuks_hdi.h513 int32_t (*HuksHdiEncrypt)(const struct HksBlob *key, const struct HksParamSet *paramSet, member