aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmGravatar Tianjia Zhang 1-0/+8
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportGravatar Ard Biesheuvel 1-3/+1
2019-11-17crypto: curve25519 - implement generic KPP driverGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: blake2s - implement generic shash driverGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: aead - Split out geniv into its own moduleGravatar Herbert Xu 1-0/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionGravatar Eric Biggers 1-3/+3
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeGravatar Eric Biggers 1-1/+0
2019-11-01crypto: blake2b - add blake2b generic implementationGravatar David Sterba 1-0/+1
2019-10-05crypto: aegis128-neon - use Clang compatible cflags for ARMGravatar Ard Biesheuvel 1-1/+1
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2019-09-03crypto: essiv - create wrapper template for ESSIV generationGravatar Ard Biesheuvel 1-0/+1
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionGravatar Ard Biesheuvel 1-1/+8
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 1-0/+12
2019-08-15crypto: aegis128 - add support for SIMD accelerationGravatar Ard Biesheuvel 1-0/+1
2019-08-02crypto: jitterentropy - build without sanitizerGravatar Arnd Bergmann 1-0/+2
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Gravatar Herbert Xu 1-12/+0
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsGravatar Ard Biesheuvel 1-0/+11
2019-07-26crypto: aegis128 - add support for SIMD accelerationGravatar Ard Biesheuvel 1-0/+1
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsGravatar Ard Biesheuvel 1-2/+0
2019-07-26crypto: morus - remove generic and x86 implementationsGravatar Ard Biesheuvel 1-2/+0
2019-06-06crypto: xxhash - Implement xxhash supportGravatar Nikolay Borisov 1-0/+1
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdGravatar Eric Biggers 1-2/+0
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmGravatar Vitaly Chikunov 1-0/+8
2019-04-18crypto: ecc - make ecc into separate moduleGravatar Vitaly Chikunov 1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoGravatar Dave Rodgman 1-1/+1
2018-12-07crypto: user - made crypto_user_stat optionalGravatar Corentin Labbe 1-1/+2
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+1
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportGravatar Eric Biggers 1-0/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsGravatar Eric Biggers 1-1/+1
2018-11-16crypto: streebog - add Streebog hash functionGravatar Vitaly Chikunov 1-0/+1
2018-09-28crypto: ofb - add output feedback modeGravatar Gilad Ben-Yossef 1-0/+1
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-0/+1
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdGravatar Ard Biesheuvel 1-1/+0
2018-09-04crypto: speck - remove SpeckGravatar Jason A. Donenfeld 1-1/+0
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificGravatar Ondrej Mosnacek 1-2/+0
2018-05-19crypto: morus - Add common SIMD glue code for MORUSGravatar Ondrej Mosnacek 1-0/+2
2018-05-19crypto: morus - Add generic MORUS AEAD implementationsGravatar Ondrej Mosnacek 1-0/+2
2018-05-19crypto: aegis - Add generic AEGIS AEAD implementationsGravatar Ondrej Mosnacek 1-0/+3
2018-04-21crypto: zstd - Add zstd supportGravatar Nick Terrell 1-0/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Gravatar Masahiro Yamada 1-5/+5
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileGravatar Masahiro Yamada 1-2/+0
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGravatar Gilad Ben-Yossef 1-0/+1
2018-03-09crypto: cfb - add support for Cipher FeedBack modeGravatar James Bottomley 1-0/+1
2018-03-03crypto: ablk_helper - remove ablk_helperGravatar Eric Biggers 1-1/+0
2018-02-22crypto: speck - add support for the Speck block cipherGravatar Eric Biggers 1-0/+1
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcGravatar Arnd Bergmann 1-1/+1
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Gravatar Arnd Bergmann 1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGravatar Gilad Ben-Yossef 1-0/+1