summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-03-23lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers2-0/+55
2026-03-23lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers4-0/+133
2026-03-23lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers5-5/+375
2026-03-23lib/crypto: arm64/ghash: Migrate optimized code into libraryEric Biggers3-8/+283
2026-03-23lib/crypto: arm/ghash: Migrate optimized code into libraryEric Biggers4-0/+254
2026-03-23lib/crypto: tests: Add KUnit tests for GHASHEric Biggers5-0/+390
2026-03-23lib/crypto: gf128hash: Add GHASH supportEric Biggers1-13/+132
2026-03-23lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functionsEric Biggers3-4/+18
2026-03-23lib/crypto: gf128hash: Rename polyval module to gf128hashEric Biggers7-42/+42
2026-03-23lib: crypto: fix comments for count_leading_zeros()Yury Norov1-4/+4
2026-03-19lib/crypto: arm64: Drop checks for CONFIG_KERNEL_MODE_NEONEric Biggers5-39/+19
2026-03-19lib/crypto: tests: Drop the default to CRYPTO_SELFTESTSEric Biggers1-13/+13
2026-03-19lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNITEric Biggers2-21/+25
2026-03-17lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-filesEric Biggers1-0/+3
2026-03-14lib/crypto: x86/sha256: PHE Extensions optimized SHA256 transform functionAlanSong-oc1-0/+25
2026-03-09lib/crypto: aes: Add FIPS self-test for CMACEric Biggers2-3/+37
2026-03-09lib/crypto: tests: Add KUnit tests for CBC-based MACsEric Biggers5-0/+422
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers2-11/+56
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers5-1/+1294
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers2-0/+208
2026-03-02lib/crypto: tests: Add a .kunitconfig fileEric Biggers1-0/+34
2026-02-28lib/crypto: tests: Depend on library options rather than selecting themEric Biggers1-23/+12
2026-02-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-7/+7
2026-02-18lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUsEric Biggers1-5/+7
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-46/+17
2026-02-03lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightlyEric Biggers1-1/+0
2026-01-27lib/crypto: sha1: Remove low-level functions from APIEric Biggers1-46/+17
2026-01-15lib/crypto: aes: Drop 'volatile' from aes_sbox and aes_inv_sboxEric Biggers1-7/+3
2026-01-15lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers1-112/+6
2026-01-15lib/crypto: aesgcm: Use new AES library APIEric Biggers1-6/+6
2026-01-15lib/crypto: aescfb: Use new AES library APIEric Biggers1-15/+15
2026-01-15lib/crypto: x86/aes: Add AES-NI optimizationEric Biggers4-0/+348
2026-01-15lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers4-0/+1694
2026-01-15lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers2-0/+107
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers4-0/+150
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers5-2/+4070
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers8-0/+1696
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers5-0/+386
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers4-0/+261
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers3-58/+354
2026-01-12lib/crypto: mldsa: Add FIPS cryptographic algorithm self-testEric Biggers2-0/+489
2026-01-12lib/crypto: nh: Restore dependency of arch code on !KMSANEric Biggers1-1/+1
2026-01-12lib/crypto: md5: Use rol32() instead of open-coding itRusydi H. Makarim1-1/+1
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers5-0/+328
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers4-0/+139
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers4-0/+151
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers4-0/+350
2026-01-12lib/crypto: nh: Add NH libraryEric Biggers3-0/+100