summaryrefslogtreecommitdiffstats
path: root/include/crypto/engine.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König2023-10-011-1/+1
* crypto: engine - Remove crypto_engine_ctxHerbert Xu2023-08-181-4/+0
* crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu2023-08-181-5/+54
* crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu2023-08-181-57/+1
* crypto: engine - Move crypto inclusions out of header fileHerbert Xu2023-08-181-10/+7
* crypto: engine - Remove prepare/unprepare requestHerbert Xu2023-08-181-6/+0
* crypto: engine - Fix struct crypto_engine_op docDavid Yang2023-05-121-1/+1
* crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko2021-12-171-1/+5
* crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana2021-10-291-0/+5
* crypto: header - Fix spelling errorsZhen Lei2021-05-281-1/+1
* crypto: engine - support for batch requestsIuliana Prodan2020-05-081-0/+5
* crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan2020-05-081-2/+8
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-4/+0
* 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-29/+39
* crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE2017-06-191-0/+1
* crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-251-4/+2
* crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-16/+33
* crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-0/+90