summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
AgeCommit message (Expand)Author
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
2019-04-25crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov
2019-04-18crypto: ecc - make ecc into separate moduleVitaly Chikunov
2019-04-18crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov
2019-03-28crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven
2019-03-22crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers
2019-01-11crypto: Kconfig - Fix typo in "pclmul"haco
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers
2018-11-16crypto: streebog - add Streebog hash functionVitaly Chikunov
2018-11-16crypto: cts - document NIST standard statusGilad Ben-Yossef
2018-11-09crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel