aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto_engine.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-01crypto: engine - Make crypto_engine_exit() return voidGravatar Uwe Kleine-König 1-6/+2
2023-08-18crypto: engine - Remove crypto_engine_ctxGravatar Herbert Xu 1-9/+3
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algGravatar Herbert Xu 1-12/+203
2023-08-18crypto: engine - Create internal/engine.hGravatar Herbert Xu 1-1/+1
2023-08-18crypto: engine - Move crypto inclusions out of header fileGravatar Herbert Xu 1-1/+6
2023-08-18crypto: engine - Remove prepare/unprepare requestGravatar Herbert Xu 1-41/+1
2023-04-28crypto: engine - fix crypto_queue backlog handlingGravatar Olivier Bacon 1-3/+3
2023-02-13crypto: engine - Use crypto_request_completeGravatar Herbert Xu 1-3/+3
2023-01-27crypto: engine - Fix excess parameter doc warningGravatar Herbert Xu 1-1/+1
2022-04-08crypto: engine - Add parameter description in crypto_transfer_request() kerne...Gravatar Yang Li 1-0/+1
2022-03-03crypto: engine - check if BH is disabled during completionGravatar Corentin Labbe 1-0/+1
2021-10-29crypto: engine - Add KPP Support to Crypto EngineGravatar Prabhjot Khurana 1-0/+26
2020-08-21crypto: engine - delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-06-15sched,crypto: Convert to sched_set_fifo*()Gravatar Peter Zijlstra 1-2/+1
2020-05-28crypto: engine - do not requeue in case of fatal errorGravatar Iuliana Prodan 1-4/+1
2020-05-08crypto: engine - support for batch requestsGravatar Iuliana Prodan 1-1/+26
2020-05-08crypto: engine - support for parallel requests based on retry mechanismGravatar Iuliana Prodan 1-30/+116
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportGravatar Ard Biesheuvel 1-29/+0
2019-08-09crypto: engine - Reduce default RT priorityGravatar Peter Zijlstra 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-02-15crypto: engine - Permit to enqueue all async requestsGravatar Corentin LABBE 1-137/+164
2017-06-19crypto: engine - replace pr_xxx by dev_xxxGravatar Corentin LABBE 1-10/+13
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Gravatar Ingo Molnar 1-0/+1
2016-10-25crypto: engine - Handle the kthread worker using the new APIGravatar Petr Mladek 1-15/+11
2016-10-11kthread: kthread worker API cleanupGravatar Petr Mladek 1-10/+10
2016-09-07crypto: engine - permit to enqueue ashash_requestGravatar Corentin LABBE 1-38/+148
2016-09-07crypto: engine - move crypto engine to its own headerGravatar Corentin LABBE 1-0/+1
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkGravatar Baolin Wang 1-0/+355