aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-10crypto: ecdh - add privkey generation supportGravatar Tudor-Dan Ambarus 1-4/+5
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Gravatar Arnd Bergmann 1-0/+2
2017-02-11crypto: aes - add generic time invariant AES cipherGravatar Ard Biesheuvel 1-0/+1
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-0/+1
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsGravatar David Michael 1-0/+1
2016-11-28crypto: simd - Add simd skcipher helperGravatar Herbert Xu 1-0/+2
2016-11-01crypto: acomp - fix dependency in MakefileGravatar Giovanni Cabiddu 1-2/+3
2016-10-25crypto: acomp - add driver-side scomp interfaceGravatar Giovanni Cabiddu 1-0/+1
2016-10-25crypto: acomp - add asynchronous compression apiGravatar Giovanni Cabiddu 1-0/+2
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceGravatar Herbert Xu 1-2/+0
2016-06-23crypto: ecdh - Add ECDH software supportGravatar Salvatore Benedetto 1-0/+4
2016-06-23crypto: dh - Add DH software implementationGravatar Salvatore Benedetto 1-0/+4
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Gravatar Salvatore Benedetto 1-0/+1
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmGravatar Jeff Garzik 1-0/+1
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkGravatar Baolin Wang 1-0/+1
2016-01-30crypto: crc32 - Rename generic implementationGravatar Herbert Xu 1-1/+1
2016-01-27crypto: compress - remove unused pcomp interfaceGravatar Joonsoo Kim 1-2/+0
2015-12-09crypto: rsa - RSA padding algorithmGravatar Andrzej Zaborowski 1-0/+1
2015-10-15crypto: keywrap - enable compilationGravatar Stephan Mueller 1-0/+1
2015-10-14crypto: akcipher - Changes to asymmetric key APIGravatar Tadeusz Struk 1-3/+6