aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
AgeCommit message (Expand)Author
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-04-30crypto: drbg - should select CTRCorentin Labbe
2020-04-30crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon
2020-02-05crypto: Kconfig - allow tests to be disabled when manager is disabledJason A. Donenfeld
2020-01-16crypto: essiv - fix AEAD capitalization and preposition use in help textGeert Uytterhoeven
2019-11-22crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld
2019-11-17crypto: curve25519 - implement generic KPP driverArd Biesheuvel
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba
2019-10-26crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers
2019-10-23crypto: sparc/des - convert to skcipher APIEric Biggers
2019-10-23crypto: sparc/camellia - convert to skcipher APIEric Biggers
2019-10-23crypto: sparc/aes - convert to skcipher APIEric Biggers
2019-10-10crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu
2019-07-27crypto: ghash - add comment and improve help textEric Biggers
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers
2019-05-30crypto: gf128mul - make unselectable by userEric Biggers
2019-05-30crypto: echainiv - change to 'default n'Eric Biggers
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers