aboutsummaryrefslogtreecommitdiff
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersGravatar Eric Biggers 1-1/+1
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersGravatar Eric Biggers 1-1/+1
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersGravatar Eric Biggers 1-1/+1
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersGravatar Eric Biggers 1-1/+1
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSGravatar Eric Biggers 1-0/+10
2019-01-11crypto: Kconfig - Fix typo in "pclmul"Gravatar haco 1-2/+2
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-2/+2
2018-12-13crypto: x86/chacha - add XChaCha12 supportGravatar Eric Biggers 1-2/+2
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportGravatar Eric Biggers 1-9/+3
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Gravatar Eric Biggers 1-0/+8
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Gravatar Eric Biggers 1-0/+8
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERGravatar Corentin Labbe 1-0/+1
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+23
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportGravatar Eric Biggers 1-0/+5
2018-11-20crypto: chacha - add XChaCha12 supportGravatar Eric Biggers 1-2/+6
2018-11-20crypto: chacha20-generic - add XChaCha20 supportGravatar Eric Biggers 1-5/+9
2018-11-16crypto: streebog - add Streebog hash functionGravatar Vitaly Chikunov 1-0/+12
2018-11-16crypto: cts - document NIST standard statusGravatar Gilad Ben-Yossef 1-2/+5
2018-11-09crypto: aes_ti - disable interrupts while accessing S-boxGravatar Eric Biggers 1-1/+2
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeGravatar Ard Biesheuvel 1-1/+1