aboutsummaryrefslogtreecommitdiff
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-30crypto: gf128mul - make unselectable by userGravatar Eric Biggers 1-7/+1
2019-05-30crypto: echainiv - change to 'default n'Gravatar Eric Biggers 1-1/+0
2019-05-30crypto: make all templates select CRYPTO_MANAGERGravatar Eric Biggers 1-0/+8
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrGravatar Eric Biggers 1-1/+4
2019-04-25crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAGravatar Vitaly Chikunov 1-0/+2
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmGravatar Vitaly Chikunov 1-0/+11
2019-04-18crypto: ecc - make ecc into separate moduleGravatar Vitaly Chikunov 1-0/+4
2019-04-18crypto: Kconfig - create Public-key cryptography sectionGravatar Vitaly Chikunov 1-23/+25
2019-03-28crypto: fips - Grammar s/options/option/, s/to/the/Gravatar Geert Uytterhoeven 1-2/+2
2019-03-22crypto: Kconfig - fix typos AEGSI -> AEGISGravatar Ondrej Mosnacek 1-3/+3
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersGravatar Eric Biggers 1-1/+1