aboutsummaryrefslogtreecommitdiff
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmGravatar Tianjia Zhang 1-0/+17
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceGravatar Elena Petrova 1-0/+9
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteGravatar Ard Biesheuvel 1-0/+4
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteGravatar Ard Biesheuvel 1-0/+10
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-23/+23
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2020-04-30crypto: drbg - should select CTRGravatar Corentin Labbe 1-1/+1
2020-04-30crypto: ctr - no longer needs CRYPTO_SEQIVGravatar Corentin Labbe 1-1/+0
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Gravatar Will Deacon 1-1/+0
2020-02-05crypto: Kconfig - allow tests to be disabled when manager is disabledGravatar Jason A. Donenfeld 1-4/+0
2020-01-16crypto: essiv - fix AEAD capitalization and preposition use in help textGravatar Geert Uytterhoeven 1-2/+2
2019-11-22crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHERGravatar Eric Biggers 1-1/+1
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsGravatar Jason A. Donenfeld 1-0/+6
2019-11-17crypto: curve25519 - implement generic KPP driverGravatar Ard Biesheuvel 1-0/+5
2019-11-17crypto: blake2s - x86_64 SIMD implementationGravatar Jason A. Donenfeld 1-0/+6
2019-11-17crypto: blake2s - implement generic shash driverGravatar Ard Biesheuvel 1-0/+18
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationGravatar Ard Biesheuvel 1-0/+5
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashGravatar Ard Biesheuvel 1-1/+1
2019-11-17crypto: poly1305 - move core routines into a separate libraryGravatar Ard Biesheuvel 1-2/+3
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincGravatar Ard Biesheuvel 1-0/+6
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverGravatar Ard Biesheuvel 1-1/+1
2019-11-17crypto: chacha - move existing library code into lib/cryptoGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileGravatar Ard Biesheuvel 1-12/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionGravatar Eric Biggers 1-42/+42
2019-11-01crypto: blake2b - add blake2b generic implementationGravatar David Sterba 1-0/+17
2019-10-26crypto: powerpc - convert SPE AES algorithms to skcipher APIGravatar Eric Biggers 1-0/+1
2019-10-23crypto: sparc/des - convert to skcipher APIGravatar Eric Biggers 1-0/+1
2019-10-23crypto: sparc/camellia - convert to skcipher APIGravatar Eric Biggers 1-0/+1
2019-10-23crypto: sparc/aes - convert to skcipher APIGravatar Eric Biggers 1-2/+1
2019-10-10crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyGravatar Ard Biesheuvel 1-0/+1
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+28
2019-09-03crypto: essiv - create wrapper template for ESSIV generationGravatar Ard Biesheuvel 1-0/+28
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeGravatar Hans de Goede 1-0/+1
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useGravatar Hans de Goede 1-0/+3
2019-08-22crypto: des - split off DES library from generic DES cipher driverGravatar Ard Biesheuvel 1-2/+6
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 1-0/+5
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Gravatar Herbert Xu 1-5/+0
2019-07-27crypto: ghash - add comment and improve help textGravatar Eric Biggers 1-5/+6
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 1-0/+5
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsGravatar Ard Biesheuvel 1-30/+0
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 1-56/+0
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionGravatar Ard Biesheuvel 1-0/+1
2019-07-26crypto: x86/aes - drop scalar assembler implementationsGravatar Ard Biesheuvel 1-44/+0
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesGravatar Ard Biesheuvel 1-2/+1
2019-07-26crypto: aes - create AES library based on the fixed time AES codeGravatar Ard Biesheuvel 1-0/+4
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryGravatar Ard Biesheuvel 1-0/+4
2019-06-06crypto: xxhash - Implement xxhash supportGravatar Nikolay Borisov 1-0/+8
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdGravatar Eric Biggers 1-5/+0