Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/
Dmxs-dcp.c86 DCP_CHAN_HASH_SHA = 0, enumerator
690 const int chan = DCP_CHAN_HASH_SHA; in dcp_chan_thread_sha()
743 actx->chan = DCP_CHAN_HASH_SHA; in dcp_sha_init()
1074 sdcp->thread[DCP_CHAN_HASH_SHA] = kthread_run(dcp_chan_thread_sha, in mxs_dcp_probe()
1076 if (IS_ERR(sdcp->thread[DCP_CHAN_HASH_SHA])) { in mxs_dcp_probe()
1078 ret = PTR_ERR(sdcp->thread[DCP_CHAN_HASH_SHA]); in mxs_dcp_probe()
1135 kthread_stop(sdcp->thread[DCP_CHAN_HASH_SHA]); in mxs_dcp_probe()
1156 kthread_stop(sdcp->thread[DCP_CHAN_HASH_SHA]); in mxs_dcp_remove()