aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld1-0/+6
2019-11-17crypto: curve25519 - implement generic KPP driverArd Biesheuvel1-0/+5
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld1-0/+6
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel1-0/+18
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel1-0/+5
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-0/+1
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-1/+1
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-2/+3
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel1-0/+6
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel1-0/+1
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel1-1/+1
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-0/+1
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel1-12/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-42/+42
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba1-0/+17
2019-10-26crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers1-0/+1
2019-10-23crypto: sparc/des - convert to skcipher APIEric Biggers1-0/+1
2019-10-23crypto: sparc/camellia - convert to skcipher APIEric Biggers1-0/+1
2019-10-23crypto: sparc/aes - convert to skcipher APIEric Biggers1-2/+1
2019-10-10crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel1-0/+1
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+28
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel1-0/+28
2019-08-22crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede1-0/+1
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede1-0/+3
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-2/+6
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel1-0/+5
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu1-5/+0
2019-07-27crypto: ghash - add comment and improve help textEric Biggers1-5/+6
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel1-0/+5
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel1-30/+0
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel1-56/+0
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel1-0/+1
2019-07-26crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel1-44/+0
2019-07-26crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel1-2/+1
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel1-0/+4
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel1-0/+4
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov1-0/+8
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers1-5/+0
2019-05-30crypto: gf128mul - make unselectable by userEric Biggers1-7/+1
2019-05-30crypto: echainiv - change to 'default n'Eric Biggers1-1/+0
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers1-0/+8
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers1-1/+4
2019-04-25crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov1-0/+2
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov1-0/+11
2019-04-18crypto: ecc - make ecc into separate moduleVitaly Chikunov1-0/+4
2019-04-18crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov1-23/+25
2019-03-28crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven1-2/+2
2019-03-22crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek1-3/+3
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers1-1/+1
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers1-1/+1