summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_engine.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König2023-10-011-6/+2
* crypto: engine - Remove crypto_engine_ctxHerbert Xu2023-08-181-9/+3
* crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu2023-08-181-12/+203
* crypto: engine - Create internal/engine.hHerbert Xu2023-08-181-1/+1
* crypto: engine - Move crypto inclusions out of header fileHerbert Xu2023-08-181-1/+6
* crypto: engine - Remove prepare/unprepare requestHerbert Xu2023-08-181-41/+1
* crypto: engine - fix crypto_queue backlog handlingOlivier Bacon2023-04-281-3/+3
* crypto: engine - Use crypto_request_completeHerbert Xu2023-02-131-3/+3
* crypto: engine - Fix excess parameter doc warningHerbert Xu2023-01-271-1/+1
* crypto: engine - Add parameter description in crypto_transfer_request() kerne...Yang Li2022-04-081-0/+1
* crypto: engine - check if BH is disabled during completionCorentin Labbe2022-03-031-0/+1
* crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana2021-10-291-0/+26
* crypto: engine - delete duplicated wordRandy Dunlap2020-08-211-1/+1
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* sched,crypto: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* crypto: engine - do not requeue in case of fatal errorIuliana Prodan2020-05-281-4/+1
* crypto: engine - support for batch requestsIuliana Prodan2020-05-081-1/+26
* crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan2020-05-081-30/+116
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-29/+0
* crypto: engine - Reduce default RT priorityPeter Zijlstra2019-08-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: engine - Permit to enqueue all async requestsCorentin LABBE2018-02-151-137/+164
* crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-191-10/+13
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-251-15/+11
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-10/+10
* crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-38/+148
* crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-0/+1
* crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang2016-02-011-0/+355