summaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-108/+17
|\
| * crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-201-50/+15
| * crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-201-59/+1
| * crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+2
* | 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: export arc4 definesIuliana Prodan2019-02-151-4/+1
* crypto: arc4 - convert to skcipher APIEric Biggers2019-01-111-38/+44
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-0/+1
* crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna2012-06-141-6/+6
* crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna2012-06-141-22/+87
* crypto: arc4 - Fixed coding style issuesMati Vait2011-06-301-8/+7
* [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-4/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+103