Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/
Dmxs-dcp.c87 DCP_CHAN_CRYPTO = 2, enumerator
393 const int chan = DCP_CHAN_CRYPTO; in dcp_chan_thread_aes()
461 actx->chan = DCP_CHAN_CRYPTO; in mxs_dcp_aes_enqueue()
1082 sdcp->thread[DCP_CHAN_CRYPTO] = kthread_run(dcp_chan_thread_aes, in mxs_dcp_probe()
1084 if (IS_ERR(sdcp->thread[DCP_CHAN_CRYPTO])) { in mxs_dcp_probe()
1086 ret = PTR_ERR(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1132 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1157 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_remove()