aboutsummaryrefslogtreecommitdiff
path: root/crypto/algboss.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25crypto: algboss - compile out test-related code when tests disabledGravatar Eric Biggers 1-5/+4
2022-11-25crypto: algboss - optimize registration of internal algorithmsGravatar Eric Biggers 1-12/+1
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitGravatar Eric W. Biederman 1-2/+2
2021-06-17crypto: api - remove CRYPTOA_U32 and related functionsGravatar Liu Shixin 1-25/+6
2020-06-15crypto: algboss - don't wait during notifier callbackGravatar Eric Biggers 1-2/+0
2020-01-09crypto: algapi - remove crypto_template::{alloc,free}()Gravatar Eric Biggers 1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+7
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsGravatar Martin K. Petersen 1-0/+2
2017-10-07crypto: algboss - remove redundant setting of len to zeroGravatar Colin Ian King 1-1/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2016-11-28crypto: testmgr - Do not test internal algorithmsGravatar Herbert Xu 1-6/+2
2015-08-17crypto: algboss - Remove reference to nivaeadGravatar Herbert Xu 1-7/+5
2013-06-25crypto: algboss - Hold ref count on larvalGravatar Herbert Xu 1-7/+8
2012-06-27crypto: algapi - Fix hang on crypto allocationGravatar Steffen Klassert 1-1/+1
2012-06-22crypto: algapi - Move larval completion into algbossGravatar Herbert Xu 1-8/+9
2010-08-06crypto: testmgr - Fix test disabling optionGravatar Herbert Xu 1-4/+4
2010-06-03crypto: testmgr - add an option to disable cryptoalgos' self-testsGravatar Alexander Shishkin 1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-07-07crypto: api - Add new template create functionGravatar Herbert Xu 1-0/+5
2009-06-02crypto: testmgr - Dynamically allocate xbuf and axbufGravatar Herbert Xu 1-17/+1
2009-02-18crypto: testmgr - Test skciphers with no IVsGravatar Herbert Xu 1-4/+16
2008-08-29crypto: cryptomgr - Test ciphers using ECBGravatar Herbert Xu 1-4/+1
2008-08-29crypto: api - Use test infrastructureGravatar Herbert Xu 1-5/+70
2008-08-29crypto: cryptomgr - Add test infrastructureGravatar Herbert Xu 1-0/+238