summaryrefslogtreecommitdiff
path: root/include/crypto/engine.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-01crypto: engine - Make crypto_engine_exit() return voidUwe Kleine-König1-1/+1
2023-08-18crypto: engine - Remove crypto_engine_ctxHerbert Xu1-4/+0
2023-08-18crypto: engine - Move crypto_engine_ops from request into crypto_algHerbert Xu1-5/+54
2023-08-18crypto: engine - Move struct crypto_engine into internal/engine.hHerbert Xu1-57/+1
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu1-10/+7
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert Xu1-6/+0
2023-05-12crypto: engine - Fix struct crypto_engine_op docDavid Yang1-1/+1
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+5
2021-10-29crypto: engine - Add KPP Support to Crypto EnginePrabhjot Khurana1-0/+5
2021-05-28crypto: header - Fix spelling errorsZhen Lei1-1/+1
2020-05-08crypto: engine - support for batch requestsIuliana Prodan1-0/+5
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan1-2/+8
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-4/+0
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-29/+39
2017-06-19crypto: engine - replace pr_xxx by dev_xxxCorentin LABBE1-0/+1
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek1-4/+2
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-16/+33
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE1-0/+90