summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* crypto: cfb,ofb - Remove cfb and ofbHerbert Xu2023-12-081-2/+0
* crypto: skcipher - Add lskcipherHerbert Xu2023-09-201-1/+5
* crypto: sig - Add interface for sign/verifyHerbert Xu2023-06-231-0/+1
* crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2023-06-231-1/+1
* crypto: jitter - add interface for gathering of raw entropyStephan Müller2023-05-121-0/+1
* crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-111-1/+0
* crypto: aria - prepare generic module for optimized implementationsTaehee Yoo2022-09-241-1/+1
* crypto: blake2b: effectively disable frame size warningLinus Torvalds2022-08-101-0/+1
* crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-151-0/+1
* crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-1/+0
* crypto: memneq - move into lib/Jason A. Donenfeld2022-06-101-1/+1
* crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-101-0/+1
* crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+1
* crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-101-0/+1
* crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-081-2/+4
* crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-071-0/+1
* crypto: kdf - add SP800-108 counter key derivation functionStephan Müller2021-11-261-0/+5
* isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+2
* crypto: rmd320 - remove rmd320 in MakefileLukas Bulwahn2021-08-271-1/+0
* crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger2021-03-261-0/+6
* crypto: salsa20 - remove Salsa20 stream cipher algorithmArd Biesheuvel2021-01-291-1/+0
* crypto: tgr192 - remove Tiger 128/160/192 hash algorithmsArd Biesheuvel2021-01-291-1/+0
* crypto: rmd256 - remove RIPE-MD 256 hash algorithmArd Biesheuvel2021-01-291-1/+0
* crypto: rmd128 - remove RIPE-MD 128 hash algorithmArd Biesheuvel2021-01-291-1/+0
* crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithmTianjia Zhang2020-09-251-0/+8
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-171-3/+1
* crypto: curve25519 - implement generic KPP driverArd Biesheuvel2019-11-171-0/+1
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-171-0/+1
* crypto: aead - Split out geniv into its own moduleHerbert Xu2019-11-171-0/+1
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-3/+3
* crypto: skcipher - remove the "blkcipher" algorithm typeEric Biggers2019-11-011-1/+0
* crypto: blake2b - add blake2b generic implementationDavid Sterba2019-11-011-0/+1
* crypto: aegis128-neon - use Clang compatible cflags for ARMArd Biesheuvel2019-10-051-1/+1
* Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-211-0/+1
|\
| * crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel2019-09-031-0/+1
* | crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel2019-08-151-1/+8
* | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-08-151-0/+12
* | crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-08-151-0/+1
* | crypto: jitterentropy - build without sanitizerArnd Bergmann2019-08-021-0/+2
* | Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-021-12/+0
* | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-07-261-0/+11
* | crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-07-261-0/+1
* | crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-261-2/+0
* | crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-261-2/+0
|/
* crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-061-0/+1
* crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-301-2/+0
* crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov2019-04-181-0/+8
* crypto: ecc - make ecc into separate moduleVitaly Chikunov2019-04-181-1/+1
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-071-1/+1
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-071-1/+2