aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+4
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-1/+2
2021-12-31crypto: kdf - select SHA-256 required for self-testStephan Müller1-1/+1
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller1-0/+4
2021-10-01crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann1-1/+1
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang1-0/+22
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang1-0/+21
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang1-0/+1
2021-07-16crypto: drbg - select SHA512Stephan Mueller1-1/+1
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-5/+10
2021-04-22crypto: camellia - drop duplicate "depends on CRYPTO"Randy Dunlap1-5/+0
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger1-0/+10
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki1-1/+1
2021-02-10crypto: serpent - get rid of obsolete tnepres variantArd Biesheuvel1-2/+1
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel1-12/+0
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel1-13/+0
2021-01-29crypto: rmd320 - remove RIPE-MD 320 hash algorithmArd Biesheuvel1-12/+0
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel1-12/+0
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel1-13/+0
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel1-5/+0
2021-01-14crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel1-2/+0
2021-01-14crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel1-1/+0
2021-01-14crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel1-3/+0
2021-01-14crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel1-2/+0
2021-01-14crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel1-0/+1
2021-01-14crypto: x86/des - drop CTR mode implementationArd Biesheuvel1-0/+1
2021-01-14crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel1-0/+2
2021-01-14crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel1-0/+1
2021-01-14crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel1-0/+1
2021-01-14crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel1-0/+3
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel1-0/+1
2021-01-14crypto: x86/twofish - switch to XTS templateArd Biesheuvel1-0/+1
2021-01-14crypto: x86/serpent- switch to XTS templateArd Biesheuvel1-1/+1
2021-01-14crypto: x86/cast6 - switch to XTS templateArd Biesheuvel1-1/+1
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel1-1/+1
2021-01-08crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel1-1/+0
2020-11-27crypto: tcrypt - permit tcrypt.ko to be builtinArd Biesheuvel1-1/+1
2020-11-13crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld1-1/+1
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang1-0/+17
2020-09-25crypto: af_alg - add extra parameters for DRBG interfaceElena Petrova1-0/+9
2020-09-18crypto: Kconfig - mark unused ciphers as obsoleteArd Biesheuvel1-0/+4
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel1-0/+10
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov1-23/+23
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2020-04-30crypto: drbg - should select CTRCorentin Labbe1-1/+1
2020-04-30crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe1-1/+0
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon1-1/+0
2020-02-05crypto: Kconfig - allow tests to be disabled when manager is disabledJason A. Donenfeld1-4/+0
2020-01-16crypto: essiv - fix AEAD capitalization and preposition use in help textGeert Uytterhoeven1-2/+2
2019-11-22crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers1-1/+1
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/g...Linus 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
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers1-1/+1
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers1-1/+1
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers1-1/+1
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers1-0/+10
2019-01-11crypto: Kconfig - Fix typo in "pclmul"haco1-2/+2
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-2/+2
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers1-2/+2
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers1-9/+3
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers1-0/+8
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers1-0/+8
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe1-0/+1
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+23
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers1-0/+5
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-2/+6
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers1-5/+9
2018-11-16crypto: streebog - add Streebog hash functionVitaly Chikunov1-0/+12
2018-11-16crypto: cts - document NIST standard statusGilad Ben-Yossef1-2/+5
2018-11-09crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers1-1/+2
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel1-1/+1
2018-09-28crypto: ofb - add output feedback modeGilad Ben-Yossef1-0/+12
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-0/+11
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel1-62/+0
2018-09-04crypto: speck - remove SpeckJason A. Donenfeld1-14/+0
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers1-28/+0
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek1-2/+4
2018-05-19crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek1-0/+26
2018-05-19crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek1-0/+16
2018-05-19crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek1-0/+12
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek1-0/+24
2018-05-19crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek1-0/+21
2018-04-21crypto: zstd - Add zstd supportNick Terrell1-0/+9
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds1-0/+9
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef1-0/+25
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley1-0/+8
2018-03-03crypto: ablk_helper - remove ablk_helperEric Biggers1-4/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers1-10/+3
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers1-5/+4
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers1-4/+3
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers1-4/+2
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers1-1/+1
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers1-9/+2
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers1-1/+0
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-6/+4
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-2/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-2/+0
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers1-0/+14
2018-02-19MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski1-0/+9
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+3
2018-01-12crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers1-0/+2
2018-01-06crypto: scompress - use sgl_alloc() and sgl_free()Bart Van Assche1-0/+1
2017-12-11crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef1-0/+11
2017-08-09crypto: algif_aead - copy AAD from src to dstStephan Mueller1-0/+2
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus1-0/+1
2017-04-05crypto: xts - drop gf128mul dependencyOndrej Mosnáček1-1/+0
2017-03-24crypto: powerpc - Stress test for vpmsum implementationsDaniel Axtens1-0/+8
2017-03-24crypto: powerpc - Add CRC-T10DIF accelerationDaniel Axtens1-0/+9
2017-02-23crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-02-11crypto: ccm - switch to separate cbcmac driverArd Biesheuvel1-0/+1
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel1-0/+17
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu1-4/+3
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu1-1/+1
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu1-0/+4
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare1-1/+1
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+10
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari1-1/+1
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman1-1/+1
2016-07-05crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard1-0/+11
2016-06-28crypto: sha512-mb - Enable SHA512 multibuffer supportMegha Dey1-0/+16
2016-06-27crypto: sha256-mb - Enable multibuffer supportMegha Dey1-0/+16
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto1-0/+5
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+8
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto1-0/+10
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik1-0/+10
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller1-0/+1
2016-05-05crypto: rsa - select crypto mgr dependencyTadeusz Struk1-0/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-19/+4
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+3
2016-01-27crypto: jitterentropy - always select CRYPTO_RNGArnd Bergmann1-0/+1
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-19/+0