aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek1-2/+0
2018-05-19crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek1-0/+2
2018-05-19crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek1-0/+2
2018-05-19crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek1-0/+3
2018-04-21crypto: zstd - Add zstd supportNick Terrell1-0/+1
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada1-5/+5
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada1-2/+0
2018-03-16crypto: sm4 - introduce SM4 symmetric cipher algorithmGilad Ben-Yossef1-0/+1
2018-03-09crypto: cfb - add support for Cipher FeedBack modeJames Bottomley1-0/+1
2018-03-03crypto: ablk_helper - remove ablk_helperEric Biggers1-1/+0
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers1-0/+1
2018-01-20crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann1-1/+1
2018-01-12crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGilad Ben-Yossef1-0/+1
2017-06-10crypto: ecdh - add privkey generation supportTudor-Dan Ambarus1-4/+5
2017-02-11crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann1-0/+2
2017-02-11crypto: aes - add generic time invariant AES cipherArd Biesheuvel1-0/+1
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2016-11-30crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael1-0/+1
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu1-0/+2
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu1-2/+3
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-0/+1
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+2
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu1-2/+0
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto1-0/+4
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto1-0/+4
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Salvatore Benedetto1-0/+1
2016-06-20crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik1-0/+1
2016-02-01crypto: engine - Introduce the block request crypto engine frameworkBaolin Wang1-0/+1
2016-01-30crypto: crc32 - Rename generic implementationHerbert Xu1-1/+1
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim1-2/+0
2015-12-09crypto: rsa - RSA padding algorithmAndrzej Zaborowski1-0/+1
2015-10-15crypto: keywrap - enable compilationStephan Mueller1-0/+1
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk1-3/+6
2015-08-21crypto: skcipher - Add top-level skcipher interfaceHerbert Xu1-0/+1
2015-08-17crypto: null - Use NULL2 in MakefileHerbert Xu1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller1-1/+3
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk1-0/+8
2015-06-17crypto: akcipher - add PKE APITadeusz Struk1-0/+1
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller1-1/+0
2015-06-04crypto: rng - Remove krngHerbert Xu1-1/+0
2015-06-04crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi1-0/+1
2015-06-04crypto: poly1305 - Add a generic Poly1305 authenticator implementationMartin Willi1-0/+1
2015-06-04crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi1-0/+1
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller1-0/+2
2015-05-22crypto: echainiv - Add encrypted chain IV generatorHerbert Xu1-0/+1
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller1-0/+1
2014-12-29crypto: algif_rng - enable RNG interface compilationStephan Mueller1-0/+1