aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-03-13Revert "crypto: remove CONFIG_CRYPTO_STATS"Herbert Xu1-0/+20
2024-03-01crypto: remove CONFIG_CRYPTO_STATSEric Biggers1-20/+0
2024-02-24crypto: jitter - fix CRYPTO_JITTERENTROPY help textRandy Dunlap1-2/+3
2024-01-22RISC-V: hook new crypto subdir into build-systemHeiko Stuebner1-0/+3
2023-12-08crypto: cfb,ofb - Remove cfb and ofbHerbert Xu1-23/+0
2023-11-07crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu1-3/+25
2023-10-13crypto: skcipher - Add dependency on ecbHerbert Xu1-1/+2
2023-10-01crypto: jitter - Allow configuration of oversampling rateStephan Müller1-0/+17
2023-10-01crypto: jitter - Allow configuration of memory sizeStephan Müller1-0/+43
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu1-0/+10
2023-06-23crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu1-11/+8
2023-06-23crypto: algboss - Add missing dependency on RNG2Herbert Xu1-3/+4
2023-05-24crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers1-0/+3
2023-05-12crypto: jitter - add interface for gathering of raw entropyStephan Müller1-0/+20
2023-05-12crypto: jitter - replace LFSR with SHA3-256Stephan Müller1-0/+1
2023-05-01LoongArch: crypto: Add crc32 and crc32c hw accelerationMin Zhou1-0/+3
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-6/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-10-03crypto: kmsan: disable accelerated configs under KMSANAlexander Potapenko1-0/+30
2022-09-24crypto: blake2s - revert unintended config addition of CRYPTO_BLAKE2SLukas Bulwahn1-21/+0
2022-08-26crypto: Kconfig - simplify compression/RNG entriesRobert Elliott1-32/+50
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-113/+121
2022-08-26crypto: Kconfig - simplify userspace entriesRobert Elliott1-24/+41
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-79/+97
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott1-18/+30
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-12/+25
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott1-21/+34
2022-08-26crypto: Kconfig - add submenusRobert Elliott1-458/+479
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott1-0/+6
2022-08-26crypto: Kconfig - move x86 entries to a submenuRobert Elliott1-495/+3
2022-08-26crypto: Kconfig - move sparc entries to a submenuRobert Elliott1-98/+3
2022-08-26crypto: Kconfig - move s390 entries to a submenuRobert Elliott1-115/+3
2022-08-26crypto: Kconfig - move powerpc entries to a submenuRobert Elliott1-73/+3
2022-08-26crypto: Kconfig - move mips entries to a submenuRobert Elliott1-55/+4
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers1-1/+1
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-21/+77
2022-07-22crypto: rmd160 - fix Kconfig "its" grammarRandy Dunlap1-1/+1
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers1-0/+1
2022-07-15crypto: fips - make proc files report fips module name and versionVladis Dronov1-0/+21
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo1-0/+15
2022-07-06crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld1-0/+114
2022-06-12crypto: memneq - move into lib/Jason A. Donenfeld1-0/+1
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-19/+1
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld1-0/+1
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry1-0/+9
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry1-1/+1
2022-06-10crypto: hctr2 - Add HCTR2 supportNathan Huckleberry1-0/+11
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry1-0/+8
2022-06-10crypto: xctr - Add XCTR supportNathan Huckleberry1-0/+9
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld1-6/+12
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch1-0/+5
2022-03-03crypto: dh - implement private key generation primitive for ffdheXYZ(dh)Nicolai Stange1-0/+1
2022-03-03crypto: dh - implement ffdheXYZ(dh) templatesNicolai Stange1-0/+6
2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu1-0/+1
2022-01-31crypto: kdf - Select hmac in addition to sha256Herbert Xu1-0/+1
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang1-0/+13
2022-01-28crypto: sm3 - make dependent on sm3 libraryTianjia Zhang1-0/+1
2022-01-28crypto: sm2 - make dependent on sm3 libraryTianjia Zhang1-1/+1
2022-01-18lib/crypto: add prompts back to crypto librariesJustin M. Forbes1-2/+0
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