summaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-201-50/+15Star
* crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-201-59/+1Star
* crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+2
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: export arc4 definesIuliana Prodan2019-02-151-4/+1Star
* 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/+7Star
* [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-171-0/+103