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 D | hks_core_interfaces.c | 131 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 D | huks_access.c | 208 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 D | huks_hdi_passthrough_adapter.c | 185 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 D | huks_sa_hdi_struct.h | 215 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 D | huks_hdi.h | 513 int32_t (*HuksHdiEncrypt)(const struct HksBlob *key, const struct HksParamSet *paramSet, member
|