Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/
H A Dmxs-dcp.c88 DCP_CHAN_CRYPTO = 2, enumerator
413 const int chan = DCP_CHAN_CRYPTO; in dcp_chan_thread_aes()
481 actx->chan = DCP_CHAN_CRYPTO; in mxs_dcp_aes_enqueue()
1161 sdcp->thread[DCP_CHAN_CRYPTO] = kthread_run(dcp_chan_thread_aes, in mxs_dcp_probe()
1163 if (IS_ERR(sdcp->thread[DCP_CHAN_CRYPTO])) { in mxs_dcp_probe()
1165 ret = PTR_ERR(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1211 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_probe()
1233 kthread_stop(sdcp->thread[DCP_CHAN_CRYPTO]); in mxs_dcp_remove()