aboutsummaryrefslogtreecommitdiff
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-28crypto: ofb - add output feedback modeGravatar Gilad Ben-Yossef 1-0/+12
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-0/+11
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdGravatar Ard Biesheuvel 1-62/+0
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-14/+0
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsGravatar Eric Biggers 1-28/+0
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificGravatar Ondrej Mosnacek 1-2/+4
2018-05-19crypto: x86 - Add optimized MORUS implementationsGravatar Ondrej Mosnacek 1-0/+26
2018-05-19crypto: morus - Add common SIMD glue code for MORUSGravatar Ondrej Mosnacek 1-0/+16
2018-05-19crypto: morus - Add generic MORUS AEAD implementationsGravatar Ondrej Mosnacek 1-0/+12
2018-05-19crypto: x86 - Add optimized AEGIS implementationsGravatar Ondrej Mosnacek 1-0/+24
2018-05-19crypto: aegis - Add generic AEGIS AEAD implementationsGravatar Ondrej Mosnacek 1-0/+21
2018-04-21crypto: zstd - Add zstd supportGravatar Nick Terrell 1-0/+9
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 1-0/+9
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGravatar Gilad Ben-Yossef 1-0/+25
2018-03-09crypto: cfb - add support for Cipher FeedBack modeGravatar James Bottomley 1-0/+8
2018-03-03crypto: ablk_helper - remove ablk_helperGravatar Eric Biggers 1-4/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceGravatar Eric Biggers 1-10/+3
2018-03-03crypto: x86/camellia - convert to skcipher interfaceGravatar Eric Biggers 1-1/+1
2018-03-03crypto: x86/camellia - remove XTS algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/camellia - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmGravatar Eric Biggers 1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmGravatar Eric Biggers 1-1/+0