Home
last modified time | relevance | path

Searched refs:HI_ERR_CIPHER_FAILED_MEM (Results 1 - 24 of 24) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_hash.c49 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in mbedtls_hash_create()
72 hi_log_print_func_err(crypto_malloc, HI_ERR_CIPHER_FAILED_MEM); in ext_hash_update_from_user()
73 return HI_ERR_CIPHER_FAILED_MEM; in ext_hash_update_from_user()
86 return HI_ERR_CIPHER_FAILED_MEM; in ext_hash_update_from_user()
H A Dext_sm3.c103 return HI_ERR_CIPHER_FAILED_MEM; in sm3_compress()
341 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in ext_sm3_update()
342 return HI_ERR_CIPHER_FAILED_MEM; in ext_sm3_update()
H A Dext_aead.c305 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in ext_mbedtls_aead_gcm_crypto()
306 return HI_ERR_CIPHER_FAILED_MEM; in ext_mbedtls_aead_gcm_crypto()
H A Dext_symc.c45 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in ext_mbedtls_symc_create()
H A Dext_sm4.c379 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in ext_sm4_create()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_dispatch.c235 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in dispatch_hash_start()
236 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in dispatch_hash_start()
237 return HI_ERR_CIPHER_FAILED_MEM; in dispatch_hash_start()
330 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in rsa_pub_alloc()
331 return HI_ERR_CIPHER_FAILED_MEM; in rsa_pub_alloc()
356 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in rsa_pub_alloc()
357 return HI_ERR_CIPHER_FAILED_MEM; in rsa_pub_alloc()
463 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in rsa_private_alloc()
464 return HI_ERR_CIPHER_FAILED_MEM; in rsa_private_alloc()
484 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in rsa_private_alloc()
[all...]
H A Dkapi_hash.c453 hi_log_print_func_err(ctx->func->create, HI_ERR_CIPHER_FAILED_MEM); in kapi_hash_create_calc()
454 return HI_ERR_CIPHER_FAILED_MEM; in kapi_hash_create_calc()
518 hi_log_print_func_err(kapi_hash_get_ctx, HI_ERR_CIPHER_FAILED_MEM); in kapi_hash_start()
519 ret = HI_ERR_CIPHER_FAILED_MEM; in kapi_hash_start()
H A Dkapi_symc.c652 hi_log_print_func_err(ctx->func->create, HI_ERR_CIPHER_FAILED_MEM); in kapi_symc_cfg_set_param()
653 return HI_ERR_CIPHER_FAILED_MEM; in kapi_symc_cfg_set_param()
982 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in kapi_symc_crypto_multi_start()
983 return HI_ERR_CIPHER_FAILED_MEM; in kapi_symc_crypto_multi_start()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/
H A Dhal_otp.c35 return HI_ERR_CIPHER_FAILED_MEM; in hal_efuse_otp_init()
55 return HI_ERR_CIPHER_FAILED_MEM; in hal_efuse_otp_init()
H A Dhal_efuse.c73 return HI_ERR_CIPHER_FAILED_MEM; in hal_efuse_otp_init()
91 return HI_ERR_CIPHER_FAILED_MEM; in hal_efuse_otp_init()
H A Ddrv_klad.c149 return HI_ERR_CIPHER_FAILED_MEM; in drv_cipher_klad_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
H A Ddrv_lib.c141 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in module_addr_map_reg()
142 return HI_ERR_CIPHER_FAILED_MEM; in module_addr_map_reg()
153 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in module_addr_map_reg()
154 return HI_ERR_CIPHER_FAILED_MEM; in module_addr_map_reg()
521 return HI_ERR_CIPHER_FAILED_MEM; in crypto_channel_init()
H A Ddrv_hash_v200.c124 return HI_ERR_CIPHER_FAILED_MEM; in drv_hash_get_err_code()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Dhi_common_cipher.h41 #define HI_ERR_CIPHER_FAILED_MEM 0x804D000E macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_common_cipher.h38 #define HI_ERR_CIPHER_FAILED_MEM 0x804D000E macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_common_cipher.h38 #define HI_ERR_CIPHER_FAILED_MEM 0x804D000E macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H A Ddrv_osal_sys_linux.c107 return HI_ERR_CIPHER_FAILED_MEM; in cipher_dma_alloc_coherent()
192 return HI_ERR_CIPHER_FAILED_MEM; in hash_mem_alloc_remap()
202 return HI_ERR_CIPHER_FAILED_MEM; in hash_mem_alloc_remap()
284 return HI_ERR_CIPHER_FAILED_MEM; in crypto_mem_map()
H A Ddrv_osal_init_linux.c76 return HI_ERR_CIPHER_FAILED_MEM; in symc_proc_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dhi_boot_err.h74 #define HI_ERR_CIPHER_FAILED_MEM 0x80001244 macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H A Dcryp_hash.c301 return HI_ERR_CIPHER_FAILED_MEM; in cryp_hash_create_mem()
474 hi_log_print_err_code(HI_ERR_CIPHER_FAILED_MEM); in cryp_hash_create()
H A Dcryp_rsa.c180 hi_log_print_func_err(crypto_calloc, HI_ERR_CIPHER_FAILED_MEM); in cryp_ifep_rsa_exp_mod()
181 return HI_ERR_CIPHER_FAILED_MEM; in cryp_ifep_rsa_exp_mod()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_errno.h267 #define HI_ERR_CIPHER_FAILED_MEM 0x80001244 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_errno.h280 #define HI_ERR_CIPHER_FAILED_MEM 0x80001244 macro
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/include/
H A Dhi_error_mpi.h767 #define HI_ERR_CIPHER_FAILED_MEM (HI_S32)(0x804D000E) macro

Completed in 21 milliseconds