summaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c
AgeCommit message (Expand)AuthorLines
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-1/+1
2023-12-08crypto: arc4 - Add internal stateHerbert Xu-1/+10
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu-1/+1
2023-10-13crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu-37/+23
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel-0/+11
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-108/+17
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel-50/+15
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel-59/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
2019-02-15crypto: export arc4 definesIuliana Prodan-4/+1
2019-01-11crypto: arc4 - convert to skcipher APIEric Biggers-38/+44
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-0/+1
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna-22/+87
2011-06-30crypto: arc4 - Fixed coding style issuesMati Vait-8/+7
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu-1/+1
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu-4/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+103