summaryrefslogtreecommitdiffstats
path: root/crypto/crypto_null.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-0/+3
|\
| * crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+3
* | 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/+1
* crypto: null - convert ecb-cipher_null to skcipher APIEric Biggers2019-01-111-25/+32
* crypto: null - Remove VLA usage of skcipherKees Cook2018-09-281-6/+5
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+0
* crypto: null - Remove default null blkcipherHerbert Xu2016-07-181-43/+6
* crypto: null - Add new default null skcipherHerbert Xu2016-07-181-0/+38
* crypto: null - Add default null skcipherHerbert Xu2015-05-221-0/+39
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-3/+3
* crypto: export NULL algorithms definesHoria Geanta2014-03-211-5/+1
* crypto: crypto_null - use crypto_[un]register_algsJussi Kivilinna2012-08-011-39/+18
* crypto: crypto_null - Fix checkpatch errorsRichard Hartmann2010-02-161-4/+4
* crypto: null - Switch to shashHerbert Xu2008-12-251-23/+41
* [CRYPTO] all: Clean up init()/fini()Kamalesh Babulal2008-04-211-4/+4
* [CRYPTO] null: Allow setkey on digest_null Herbert Xu2008-01-111-0/+1
* [CRYPTO] null: Add null blkcipher algorithmHerbert Xu2008-01-111-10/+59
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* [CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2006-09-211-1/+1
* [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-8/+9
* [PATCH] crypto: fix null encryption/compressionPatrick McHardy2005-05-171-13/+15
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+137