summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki2021-03-081-1/+1
* crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel2021-02-101-2/+1
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-12/+0
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-13/+0
* crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel2021-01-291-12/+0
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-12/+0
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-13/+0
* crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-141-5/+0
* crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-141-2/+0
* crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-1/+0
* crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-141-3/+0
* crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-141-2/+0
* crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
* crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
* crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+2
* crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
* crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
* crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+3
* crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-141-0/+1
* crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-141-0/+1
* crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-141-1/+1
* crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-141-1/+1
* crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-141-1/+1
* crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2021-01-081-1/+0
* crypto: tcrypt - permit tcrypt.ko to be builtinArd Biesheuvel2020-11-271-1/+1
* crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld2020-11-131-1/+1
* crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang2020-09-251-0/+17
* crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova2020-09-251-0/+9
* crypto: Kconfig - mark unused ciphers as obsoleteArd Biesheuvel2020-09-181-0/+4
* crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel2020-09-111-0/+10
* crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-231-23/+23
* Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-1/+0
|\
| * compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-1/+0
* | crypto: drbg - should select CTRCorentin Labbe2020-04-301-1/+1
* | crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe2020-04-301-1/+0
|/
* crypto: Kconfig - allow tests to be disabled when manager is disabledJason A. Donenfeld2020-02-051-4/+0
* crypto: essiv - fix AEAD capitalization and preposition use in help textGeert Uytterhoeven2020-01-161-2/+2
* crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-11-221-1/+1
* crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-171-0/+6
* crypto: curve25519 - implement generic KPP driverArd Biesheuvel2019-11-171-0/+5
* crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-171-0/+6
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-171-0/+18
* crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-171-0/+5
* crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-171-0/+1
* crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-171-1/+1
* crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-171-2/+3
* crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel2019-11-171-0/+6
* crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel2019-11-171-0/+1
* crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-1/+1
* crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-171-0/+1