Home
last modified time | relevance | path

Searched defs:drv_func_list (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/init/cfbb/os/
Dcrypto_drv_init.c84 crypto_drv_func drv_func_list = {0}; in crypto_drv_mod_resume() local
109 crypto_drv_func drv_func_list = {0}; in crypto_drv_mod_suspend() local
121 crypto_drv_func drv_func_list = {0}; in crypto_drv_mod_init() local
157 crypto_drv_func drv_func_list = {0}; in crypto_drv_mod_deinit() local
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/
Ddrv_rom_cipher.c53 crypto_drv_func drv_func_list = {0}; in drv_rom_cipher_init() local
/device/soc/hisilicon/ws63v100/sdk/drivers/drivers/driver/security_unified/drv_cipher/drv_code/
Dcrypto_drv_common.c90 td_s32 drv_cipher_register_func(const crypto_drv_func *drv_func_list) in drv_cipher_register_func()