summaryrefslogtreecommitdiffstats
path: root/crypto/algboss.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algboss - compile out test-related code when tests disabledEric Biggers2022-11-251-5/+4
* crypto: algboss - optimize registration of internal algorithmsEric Biggers2022-11-251-12/+1
* exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-2/+2
* crypto: api - remove CRYPTOA_U32 and related functionsLiu Shixin2021-06-171-25/+6
* crypto: algboss - don't wait during notifier callbackEric Biggers2020-06-151-2/+0
* crypto: algapi - remove crypto_template::{alloc,free}()Eric Biggers2020-01-091-11/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+7
* crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen2018-09-041-0/+2
* crypto: algboss - remove redundant setting of len to zeroColin Ian King2017-10-071-1/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* crypto: testmgr - Do not test internal algorithmsHerbert Xu2016-11-281-6/+2
* crypto: algboss - Remove reference to nivaeadHerbert Xu2015-08-171-7/+5
* crypto: algboss - Hold ref count on larvalHerbert Xu2013-06-251-7/+8
* crypto: algapi - Fix hang on crypto allocationSteffen Klassert2012-06-271-1/+1
* crypto: algapi - Move larval completion into algbossHerbert Xu2012-06-221-8/+9
* crypto: testmgr - Fix test disabling optionHerbert Xu2010-08-061-4/+4
* crypto: testmgr - add an option to disable cryptoalgos' self-testsAlexander Shishkin2010-06-031-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* crypto: api - Add new template create functionHerbert Xu2009-07-071-0/+5
* crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu2009-06-021-17/+1
* crypto: testmgr - Test skciphers with no IVsHerbert Xu2009-02-181-4/+16
* crypto: cryptomgr - Test ciphers using ECBHerbert Xu2008-08-291-4/+1
* crypto: api - Use test infrastructureHerbert Xu2008-08-291-5/+70
* crypto: cryptomgr - Add test infrastructureHerbert Xu2008-08-291-0/+238