summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
AgeCommit message (Expand)AuthorLines
2024-10-28crypto: crc32c - Provide crc32c-arch driver for accelerated library codeArd Biesheuvel-0/+1
2024-10-28crypto: crc32 - Provide crc32-arch driver for accelerated library codeArd Biesheuvel-0/+1
2024-10-05crypto: ecdsa - Support P1363 signature decodingLukas Wunner-0/+1
2024-10-05crypto: ecdsa - Move X9.62 signature decoding into templateLukas Wunner-1/+2
2024-10-05crypto: rsassa-pkcs1 - Migrate to sig_alg backendLukas Wunner-0/+1
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu-8/+0
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+3
2024-04-24bpf: crypto: add skcipher to bpf cryptoVadim Fedorenko-0/+3
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers-2/+0
2023-12-08crypto: cfb,ofb - Remove cfb and ofbHerbert Xu-2/+0
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu-1/+5
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu-0/+1
2023-06-23crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu-1/+1
2023-05-12crypto: jitter - add interface for gathering of raw entropyStephan Müller-0/+1
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