summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
AgeCommit message (Expand)AuthorFilesLines
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