aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/Makefile
AgeCommit message (Expand)AuthorFilesLines
2026-05-09lib/crypto: powerpc/md5: Drop powerpc optimized MD5 codeEric Biggers1-4/+0
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+51
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers1-1/+0
2026-03-30lib/crypto: sparc: Drop optimized MD5 codeEric Biggers1-1/+0
2026-03-23lib/crypto: x86/sm3: Migrate optimized code into libraryEric Biggers1-0/+1
2026-03-23lib/crypto: riscv/sm3: Migrate optimized code into libraryEric Biggers1-0/+1
2026-03-23lib/crypto: arm64/sm3: Migrate optimized code into libraryEric Biggers1-3/+10
2026-03-23lib/crypto: x86/ghash: Migrate optimized code into libraryEric Biggers1-1/+2
2026-03-23lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers1-0/+1
2026-03-23lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers1-5/+20
2026-03-23lib/crypto: arm64/ghash: Migrate optimized code into libraryEric Biggers1-1/+2
2026-03-23lib/crypto: arm/ghash: Migrate optimized code into libraryEric Biggers1-0/+1
2026-03-23lib/crypto: gf128hash: Rename polyval module to gf128hashEric Biggers1-10/+10
2026-03-19lib/crypto: arm64: Drop checks for CONFIG_KERNEL_MODE_NEONEric Biggers1-11/+6
2026-03-17lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-filesEric Biggers1-0/+3
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers1-1/+3
2026-01-15lib/crypto: x86/aes: Add AES-NI optimizationEric Biggers1-0/+1
2026-01-15lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers1-0/+1
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers1-0/+1
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers1-1/+13
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers1-0/+9
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers1-0/+5
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers1-0/+3
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers1-2/+9
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers1-0/+1
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers1-0/+1
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers1-0/+1
2026-01-12lib/crypto: nh: Add NH libraryEric Biggers1-0/+8
2026-01-12lib/crypto: Add ML-DSA verification supportEric Biggers1-0/+5
2025-12-09lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bitEric Biggers1-1/+0
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+30
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers1-0/+1
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers1-0/+1
2025-11-11lib/crypto: polyval: Add POLYVAL libraryEric Biggers1-0/+8
2025-11-05lib/crypto: arm64/sha3: Migrate optimized code into libraryEric Biggers1-0/+5
2025-11-05lib/crypto: sha3: Add SHA-3 supportDavid Howells1-0/+5
2025-11-04lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor1-1/+1
2025-10-29lib/crypto: arm/blake2b: Migrate optimized code into libraryEric Biggers1-0/+1
2025-10-29lib/crypto: blake2b: Add BLAKE2b library functionsEric Biggers1-0/+9
2025-09-06lib/crypto: curve25519: Consolidate into single moduleEric Biggers1-6/+20
2025-09-06lib/crypto: tests: Migrate Curve25519 self-test to KUnitEric Biggers1-1/+0
2025-08-29lib/crypto: blake2s: Consolidate into single C translation unitEric Biggers1-5/+8
2025-08-29lib/crypto: blake2s: Move generic code into blake2s.cEric Biggers1-1/+0
2025-08-29lib/crypto: blake2s: Remove obsolete self-testEric Biggers1-1/+0
2025-08-29lib/crypto: chacha: Consolidate into single moduleEric Biggers1-10/+33
2025-08-29lib/crypto: chacha: Rename libchacha.c to chacha.cEric Biggers1-0/+1
2025-08-29lib/crypto: chacha: Rename chacha.c to chacha-block-generic.cEric Biggers1-2/+2
2025-08-29lib/crypto: riscv/poly1305: Import OpenSSL/CRYPTOGAMS implementationZhihang Shao1-0/+14
2025-08-29lib/crypto: poly1305: Consolidate into single moduleEric Biggers1-6/+53
2025-08-26lib/crypto: sparc/md5: Migrate optimized code into libraryEric Biggers1-0/+1
2025-08-26lib/crypto: powerpc/md5: Migrate optimized code into libraryEric Biggers1-0/+1
2025-08-26lib/crypto: md5: Add MD5 and HMAC-MD5 library functionsEric Biggers1-0/+10
2025-08-14lib/crypto: ensure generated *.S files are removed on make cleanTal Zussman1-4/+4
2025-07-14lib/crypto: tests: Add KUnit tests for SHA-224 and SHA-256Eric Biggers1-0/+2
2025-07-14lib/crypto: x86/sha1: Migrate optimized code into libraryEric Biggers1-0/+3
2025-07-14lib/crypto: sparc/sha1: Migrate optimized code into libraryEric Biggers1-0/+1
2025-07-14lib/crypto: powerpc/sha1: Migrate optimized code into libraryEric Biggers1-0/+4
2025-07-14lib/crypto: arm64/sha1: Migrate optimized code into libraryEric Biggers1-0/+1
2025-07-14lib/crypto: arm/sha1: Migrate optimized code into libraryEric Biggers1-0/+5
2025-07-14lib/crypto: sha1: Add SHA-1 library functionsEric Biggers1-2/+7
2025-07-08lib/crypto: hash_info: Move hash_info.c into lib/crypto/Eric Biggers1-0/+2
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers1-5/+34
2025-06-30lib/crypto: x86: Move arch/x86/lib/crypto/ into lib/crypto/Eric Biggers1-0/+1
2025-06-30lib/crypto: sparc: Move arch/sparc/lib/crypto/ into lib/crypto/Eric Biggers1-0/+1
2025-06-30lib/crypto: s390: Move arch/s390/lib/crypto/ into lib/crypto/Eric Biggers1-0/+1
2025-06-30lib/crypto: riscv: Move arch/riscv/lib/crypto/ into lib/crypto/Eric Biggers1-0/+1
2025-06-30lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/Eric Biggers1-0/+1
2025-06-30lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/Eric Biggers1-0/+1
2025-06-30lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/Eric Biggers1-1/+2
2025-06-30lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/Eric Biggers1-0/+2
2025-06-30lib/crypto: x86/sha512: Migrate optimized SHA-512 code to libraryEric Biggers1-0/+3
2025-06-30lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to libraryEric Biggers1-0/+1
2025-06-30lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to libraryEric Biggers1-0/+2
2025-06-30lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to libraryEric Biggers1-0/+10
2025-06-30lib/crypto: arm/sha512: Migrate optimized SHA-512 code to libraryEric Biggers1-0/+14
2025-06-30lib/crypto: sha512: Add support for SHA-384 and SHA-512Eric Biggers1-0/+6
2025-06-19Merge tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2025-06-15lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor1-0/+4
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers1-1/+1
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers1-1/+1
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers1-6/+3
2025-05-06crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic c...Herbert Xu1-3/+6
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers1-0/+3
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu1-0/+3
2024-10-28crypto: api - move crypto_simd_disabled_for_test to libEric Biggers1-0/+2
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel1-0/+3
2023-08-11crypto: lib - Move mpi into lib/cryptoHerbert Xu1-0/+2
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel1-0/+3
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-0/+2
2022-08-19crypto: lib - move __crypto_xor into utilsEric Biggers1-1/+1
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itEric Biggers1-0/+3
2022-07-15crypto: lib - make the sha1 library optionalEric Biggers1-1/+2
2022-07-15crypto: lib - move lib/sha1.c into lib/crypto/Eric Biggers1-0/+2
2022-04-08crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld1-6/+0
2022-01-28crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang1-0/+3
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld1-5/+4
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang1-0/+3
2020-01-16crypto: curve25519 - Fix selftest build errorHerbert Xu1-3/+6
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld1-1/+3
2019-12-27crypto: lib/curve25519 - re-add selftestsJason A. Donenfeld1-0/+1
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel1-0/+4
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld1-0/+5
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+10
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-0/+3
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel1-0/+4
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel1-8/+8
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede1-0/+3
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-0/+3
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel1-0/+3
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel1-0/+4