Home
last modified time | relevance | path

Searched refs:rk_cryptodev_multi_thread (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.h107 bool rk_cryptodev_multi_thread(const char *name);
H A Dioctl.c326 if (!rk_cryptodev_multi_thread(NULL) && in crypto_create_session()
390 if (!rk_cryptodev_multi_thread(NULL)) { in crypto_destroy_session()
578 if (!rk_cryptodev_multi_thread(NULL) && in cryptodev_open()
648 if (!rk_cryptodev_multi_thread(NULL)) { in cryptodev_release()
H A Drk_cryptodev.c1515 bool rk_cryptodev_multi_thread(const char *name) in rk_cryptodev_multi_thread() function