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