aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-108/+17
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel1-50/+15
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel1-59/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-02-15crypto: export arc4 definesIuliana Prodan1-4/+1
2019-01-11crypto: arc4 - convert to skcipher APIEric Biggers1-38/+44
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-0/+1
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna1-22/+87
2011-06-30crypto: arc4 - Fixed coding style issuesMati Vait1-8/+7
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-1/+1
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-4/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+103