summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-201-0/+4
* crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-061-0/+8
* crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-301-5/+0
* crypto: gf128mul - make unselectable by userEric Biggers2019-05-301-7/+1
* crypto: echainiv - change to 'default n'Eric Biggers2019-05-301-1/+0
* crypto: make all templates select CRYPTO_MANAGEREric Biggers2019-05-301-0/+8
* crypto: testmgr - make extra tests depend on cryptomgrEric Biggers2019-05-301-1/+4
* crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSAVitaly Chikunov2019-04-251-0/+2
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-181-0/+11
* crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-181-0/+4
* crypto: Kconfig - create Public-key cryptography sectionVitaly Chikunov2019-04-181-23/+25
* crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven2019-03-281-2/+2
* crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek2019-03-221-3/+3
* crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
* crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
* crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
* crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
* crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers2019-03-221-1/+1
* crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers2019-02-081-0/+10
* crypto: Kconfig - Fix typo in "pclmul"haco2019-01-111-2/+2
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-2/+2
* | crypto: x86/chacha - add XChaCha12 supportEric Biggers2018-12-131-2/+2
* | crypto: x86/chacha20 - add XChaCha20 supportEric Biggers2018-12-131-9/+3
* | crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers2018-12-131-0/+8
* | crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers2018-12-131-0/+8
* | crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe2018-12-071-0/+1
* | crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+23
* | crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-201-0/+5
* | crypto: chacha - add XChaCha12 supportEric Biggers2018-11-201-2/+6
* | crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-201-5/+9
* | crypto: streebog - add Streebog hash functionVitaly Chikunov2018-11-161-0/+12
* | crypto: cts - document NIST standard statusGilad Ben-Yossef2018-11-161-2/+5
* | crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2018-11-091-1/+2
|/
* crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel2018-10-051-1/+1
* crypto: ofb - add output feedback modeGilad Ben-Yossef2018-09-281-0/+12
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-0/+11
* crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel2018-09-041-62/+0
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-14/+0
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-311-28/+0
* crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-311-2/+4
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-191-0/+26
* crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek2018-05-191-0/+16
* crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek2018-05-191-0/+12
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-191-0/+24
* crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek2018-05-191-0/+21
* crypto: zstd - Add zstd supportNick Terrell2018-04-211-0/+9
* Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2018-04-101-0/+9
|\
| * MIPS: crypto: Add crc32 and crc32c hw accelerated moduleMarcin Nowakowski2018-02-191-0/+9
* | crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef2018-03-161-0/+25