summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel2019-11-171-12/+1
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-42/+42
* crypto: blake2b - add blake2b generic implementationDavid Sterba2019-11-011-0/+17
* crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-261-0/+1
* crypto: sparc/des - convert to skcipher APIEric Biggers2019-10-231-0/+1
* crypto: sparc/camellia - convert to skcipher APIEric Biggers2019-10-231-0/+1
* crypto: sparc/aes - convert to skcipher APIEric Biggers2019-10-231-2/+1
* crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitlyArd Biesheuvel2019-10-101-0/+1
* Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-211-0/+28
|\
| * crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel2019-09-031-0/+28
* | crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib codeHans de Goede2019-08-221-0/+1
* | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-221-0/+3
* | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-2/+6
* | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-08-151-0/+5
* | Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-021-5/+0
* | crypto: ghash - add comment and improve help textEric Biggers2019-07-271-5/+6
* | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-07-261-0/+5
* | crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-261-30/+0
* | crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-261-56/+0
* | crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel2019-07-261-0/+1
* | crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-261-44/+0
* | crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-261-2/+1
* | crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-261-0/+4
|/
* crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-201-0/+4
* crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-061-0/+8
* crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-301-5/+0
* crypto: gf128mul - make unselectable by userEric Biggers2019-05-301-7/+1
* crypto: echainiv - change to 'default n'Eric Biggers2019-05-301-1/+0
* crypto: make all templates select CRYPTO_MANAGEREric Biggers2019-05-301-0/+8
* crypto: testmgr - make extra tests depend on cryptomgrEric Biggers2019-05-301-1/+4
* crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov2019-04-251-0/+2
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-181-0/+11
* crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-181-0/+4
* crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov2019-04-181-23/+25
* crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven2019-03-281-2/+2