aboutsummaryrefslogtreecommitdiff
path: root/crypto/arc4.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: arc4 - Add internal stateGravatar Herbert Xu 1-1/+10
2023-12-08crypto: skcipher - Add internal state supportGravatar Herbert Xu 1-1/+1
2023-10-13crypto: arc4 - Convert from skcipher to lskcipherGravatar Herbert Xu 1-37/+23
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteGravatar Ard Biesheuvel 1-0/+11
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-108/+17
2019-06-20crypto: arc4 - remove cipher implementationGravatar Ard Biesheuvel 1-50/+15
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryGravatar Ard Biesheuvel 1-59/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameGravatar Eric Biggers 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-02-15crypto: export arc4 definesGravatar Iuliana Prodan 1-4/+1
2019-01-11crypto: arc4 - convert to skcipher APIGravatar Eric Biggers 1-38/+44
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-0/+1
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesGravatar Jussi Kivilinna 1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Gravatar Jussi Kivilinna 1-22/+87
2011-06-30crypto: arc4 - Fixed coding style issuesGravatar Mati Vait 1-8/+7
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyGravatar Herbert Xu 1-1/+1
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsGravatar Herbert Xu 1-4/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+103