summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+0
2022-09-24crypto: aria - prepare generic module for optimized implementationsTaehee Yoo1-1/+1
2022-08-10crypto: blake2b: effectively disable frame size warningLinus Torvalds1-0/+1
2022-07-15crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo1-0/+1
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-1/+0
2022-06-10crypto: memneq - move into lib/Jason A. Donenfeld1-1/+1
2022-06-10crypto: hctr2 - Add HCTR2 supportNathan Huckleberry1-0/+1
2022-06-10crypto: polyval - Add POLYVAL supportNathan Huckleberry1-0/+1
2022-06-10crypto: xctr - Add XCTR supportNathan Huckleberry1-0/+1
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld1-2/+4
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch1-0/+1
2021-11-26crypto: kdf - add SP800-108 counter key derivation functionStephan Müller1-0/+5
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-0/+2
2021-08-27crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn1-1/+0
2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger1-0/+6
2021-01-29crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel1-1/+0
2021-01-29crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel1-1/+0
2021-01-29crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel1-1/+0
2021-01-29crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel1-1/+0
2020-09-25crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang1-0/+8
2019-11-17crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel1-3/+1
2019-11-17crypto: curve25519 - implement generic KPP driverArd Biesheuvel1-0/+1
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel1-0/+1
2019-11-17crypto: aead - Split out geniv into its own moduleHerbert Xu1-0/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-3/+3
2019-11-01crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers1-1/+0
2019-11-01crypto: blake2b - add blake2b generic implementationDavid Sterba1-0/+1
2019-10-05crypto: aegis128-neon - use Clang compatible cflags for ARMArd Biesheuvel1-1/+1
2019-09-21Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel1-0/+1
2019-08-15crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel1-1/+8
2019-08-15crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel1-0/+12
2019-08-15crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel1-0/+1
2019-08-02crypto: jitterentropy - build without sanitizerArnd Bergmann1-0/+2
2019-08-02Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu1-12/+0
2019-07-26crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel1-0/+11
2019-07-26crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel1-0/+1
2019-07-26crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel1-2/+0
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel1-2/+0
2019-06-06crypto: xxhash - Implement xxhash supportNikolay Borisov1-0/+1
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers1-2/+0
2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov1-0/+8
2019-04-18crypto: ecc - make ecc into separate moduleVitaly Chikunov1-1/+1
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman1-1/+1
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe1-1/+2
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+1
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers1-0/+1
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-1/+1
2018-11-16crypto: streebog - add Streebog hash functionVitaly Chikunov1-0/+1
2018-09-28crypto: ofb - add output feedback modeGilad Ben-Yossef1-0/+1