Home
last modified time | relevance | path

Searched defs:crypto_mutex_init (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.h51 #define crypto_mutex_init osal_mutex_init macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
Ddrv_osal_lib_linux.h105 #define crypto_mutex_init(x) sema_init(x, 1) macro