aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/crypto_engine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König1-6/+2
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu1-9/+3
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu1-12/+203
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu1-1/+1
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu1-1/+6
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu1-41/+1
2023-04-28crypto: engine - fix crypto_queue backlog handlingOlivier Bacon1-3/+3
2023-02-13crypto: engine - Use crypto_request_completeHerbert Xu1-3/+3
2023-01-27crypto: engine - Fix excess parameter doc warningHerbert Xu1-1/+1
2022-04-08crypto: engine - Add parameter description in crypto_transfer_request() kernel-doc commentYang Li1-0/+1
2022-03-03crypto: engine - check if BH is disabled during completionCorentin Labbe1-0/+1
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana1-0/+26
2020-08-21crypto: engine - delete duplicated wordRandy Dunlap1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-06-15sched,crypto: Convert to sched_set_fifo*()Peter Zijlstra1-2/+1
2020-05-28crypto: engine - do not requeue in case of fatal errorIuliana Prodan1-4/+1
2020-05-08crypto: engine - support for batch requestsIuliana Prodan1-1/+26
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan1-30/+116
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-29/+0
2019-08-09crypto: engine - Reduce default RT priorityPeter Zijlstra1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-02-15crypto: engine - Permit to enqueue all async requestsCorentin LABBE1-137/+164
2017-06-19crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE1-10/+13
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek1-15/+11
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-10/+10
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-38/+148
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE1-0/+1
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+355