Home
last modified time | relevance | path

Searched defs:crypto_malloc (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_code/
Dcrypto_osal_adapt.h111 #define crypto_malloc(x) (((x) > 0) ? osal_kmalloc((x), OSAL_GFP_KERNEL) : TD_NULL) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
Ddrv_osal_lib_linux.h65 #define crypto_malloc(x) ((x) > 0 ? kzalloc((x), GFP_KERNEL) : HI_NULL) macro