summaryrefslogtreecommitdiffstats
path: root/crypto/api.c
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: api - permit users to specify numa node of acomp hardwareBarry Song2020-07-091-9/+15
* crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu2020-04-161-1/+2
* crypto: api - fix unexpectedly getting generic implementationHerbert Xu2019-12-201-1/+3
* crypto: api - Fix race condition in crypto_spawn_algHerbert Xu2019-12-111-2/+1
* crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers2019-12-111-14/+1
* crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers2019-12-111-1/+1
* crypto: api - remove another reference to blkcipherEric Biggers2019-12-111-1/+1
* crypto: api - Add softdep on cryptomgrHerbert Xu2019-11-171-0/+1
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+1
* crypto: api - fix finding algorithm currently being testedEric Biggers2018-04-211-3/+8
* crypto: api - Keep failed instances aliveHerbert Xu2018-03-311-9/+13
* crypto: api - Make crypto_alg_lookup staticHerbert Xu2018-03-311-2/+2
* crypto: api - Remove unused crypto_type lookup functionHerbert Xu2018-03-311-7/+1
* crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-051-1/+1
* crypto: api - Unexport crypto_larval_lookup()Eric Biggers2017-12-221-2/+2
* crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-031-0/+13
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu2016-11-281-1/+1
* crypto: api - Remove no-op exit_ops codeEric Biggers2016-10-211-18/+2
* crypto: api - Only abort operations on fatal signalHerbert Xu2015-10-201-3/+3
* crypto: api - prevent helper ciphers from being usedStephan Mueller2015-03-311-0/+10
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-2/+2
* crypto: api - Fix race condition in larval lookupHerbert Xu2013-09-081-1/+6
* crypto: fix typo in commentCristian Stoica2013-08-201-1/+1
* crypto: algboss - Hold ref count on larvalHerbert Xu2013-06-251-6/+0
* crypto: api - Fix checkpatch errorsRichard Hartmann2010-02-161-7/+6
* crypto: api - Remove frontend argument from extsize/init_tfmHerbert Xu2009-07-141-2/+2
* crypto: hash - Remove legacy hash/digest implementaionHerbert Xu2009-07-141-17/+2
* crypto: api - Add crypto_attr_alg2 helperHerbert Xu2009-07-081-9/+22
* crypto: api - Use formatting of module nameAlex Riesen2009-06-021-6/+3
* crypto: api - Use kzfreeJohannes Weiner2009-06-021-4/+1
* crypto: api - Fix algorithm module auto-loadingHerbert Xu2009-04-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-261-9/+8
|\
| * crypto: api - Fix crypto_alloc_tfm/create_create_tfm return conventionHerbert Xu2009-02-181-8/+7
| * crypto: api - crypto_alg_mod_lookup either tested or untestedHerbert Xu2009-02-181-1/+1
* | crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-261-2/+13
|/
* crypto: api - Fix zeroing on freeHerbert Xu2009-02-051-10/+10
* crypto: api - Rebirth of crypto_alloc_tfmHerbert Xu2008-12-251-0/+108
* crypto: api - Move type exit function into crypto_tfmHerbert Xu2008-12-251-7/+6
* crypto: api - Use test infrastructureHerbert Xu2008-08-291-15/+58
* crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu2008-08-291-4/+4
* [CRYPTO] hash: Add asynchronous hash supportLoc Ho2008-07-101-2/+6
* [CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior2008-04-211-0/+3
* [CRYPTO] skcipher: Create default givcipher instancesHerbert Xu2008-01-111-5/+14
* crypto: convert "crypto" subdirectory to UTF-8John Anthony Kazos Jr2007-10-191-1/+1
* [CRYPTO] api: Wake up all waiters when larval completesHerbert Xu2007-07-111-1/+1
* [CRYPTO] api: Read module pointer before freeing algorithmHerbert Xu2007-05-191-1/+3