summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)Author
2026-02-03lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightlyEric Biggers
2026-01-15lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sboxEric Biggers
2026-01-15lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers
2026-01-15lib/crypto: aesgcm: Use new AES library APIEric Biggers
2026-01-15lib/crypto: aescfb: Use new AES library APIEric Biggers
2026-01-15lib/crypto: x86/aes: Add AES-NI optimizationEric Biggers
2026-01-15lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers
2026-01-15lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers
2026-01-12lib/crypto: mldsa: Add FIPS cryptographic algorithm self-testEric Biggers
2026-01-12lib/crypto: nh: Restore dependency of arch code on !KMSANEric Biggers
2026-01-12lib/crypto: md5: Use rol32() instead of open-coding itRusydi H. Makarim
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers
2026-01-12lib/crypto: nh: Add NH libraryEric Biggers
2026-01-12lib/crypto: tests: Add KUnit tests for ML-DSA verificationEric Biggers
2026-01-12lib/crypto: Add ML-DSA verification supportEric Biggers
2026-01-08lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers
2026-01-08lib/crypto: tests: polyval_kunit: Increase iterations for preparekey in IRQsThomas Weißschuh
2025-12-14lib/crypto: riscv: Add poly1305-core.S to .gitignoreCharles Mirabile
2025-12-09lib/crypto: blake2s: Replace manual unrolling with unrolled_fullEric Biggers
2025-12-09lib/crypto: blake2b: Roll up BLAKE2b round loop on 32-bitEric Biggers
2025-12-09lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers
2025-12-09lib/crypto: riscv/chacha: Avoid s0/fp registerVivian Wang
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-12-02Merge tag 'fpsimd-on-stack-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-12-02Merge tag 'libcrypto-at-least-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-12-02Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-12-02Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-24crypto: lib/mpi - use min() instead of min_t()David Laight
2025-11-23lib/crypto: chacha20poly1305: Statically check fixed array lengthsJason A. Donenfeld
2025-11-21lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()Eric Biggers
2025-11-12lib/crypto: arm64: Move remaining algorithms to scoped ksimd APIArd Biesheuvel
2025-11-12lib/crypto: arm/blake2b: Move to scoped ksimd APIArd Biesheuvel
2025-11-12Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stackEric Biggers
2025-11-12lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard APIArd Biesheuvel
2025-11-11lib/crypto: tests: Add KUnit tests for POLYVALEric Biggers
2025-11-11lib/crypto: tests: Add additional SHAKE testsEric Biggers
2025-11-11lib/crypto: tests: Add SHA3 kunit testsDavid Howells
2025-11-11lib/crypto: tests: Add KUnit tests for BLAKE2bEric Biggers
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers
2025-11-11lib/crypto: polyval: Add POLYVAL libraryEric Biggers