summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-16lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers2-132/+10
2026-01-16lib/crypto: aesgcm: Use new AES library APIEric Biggers2-7/+7
2026-01-16lib/crypto: aescfb: Use new AES library APIEric Biggers3-22/+22
2026-01-16crypto: omap - Use new AES library APIEric Biggers2-4/+4
2026-01-16crypto: inside-secure - Use new AES library APIEric Biggers2-14/+12
2026-01-16crypto: drbg - Use new AES library APIEric Biggers4-31/+21
2026-01-16crypto: crypto4xx - Use new AES library APIEric Biggers1-5/+5
2026-01-16crypto: chelsio - Use new AES library APIEric Biggers1-5/+5
2026-01-16crypto: ccp - Use new AES library APIEric Biggers1-2/+2
2026-01-16crypto: x86/aes-gcm - Use new AES library APIEric Biggers4-69/+67
2026-01-16crypto: arm64/ghash - Use new AES library APIEric Biggers1-20/+7
2026-01-16crypto: arm/ghash - Use new AES library APIEric Biggers1-5/+9
2026-01-16staging: rtl8723bs: core: Use new AES library APIEric Biggers1-10/+10
2026-01-16net: phy: mscc: macsec: Use new AES library APIEric Biggers1-4/+4
2026-01-16chelsio: Use new AES library APIEric Biggers3-8/+8
2026-01-16Bluetooth: SMP: Use new AES library APIEric Biggers1-4/+4
2026-01-16crypto: x86/aes - Remove the superseded AES-NI crypto_cipherEric Biggers3-88/+1
2026-01-16lib/crypto: x86/aes: Add AES-NI optimizationEric Biggers4-0/+348
2026-01-16lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers8-137/+200
2026-01-16lib/crypto: s390/aes: Migrate optimized code into libraryEric Biggers5-115/+110
2026-01-12lib/crypto: riscv/aes: Migrate optimized code into libraryEric Biggers8-106/+166
2026-01-12lib/crypto: powerpc/aes: Migrate POWER8 optimized code into libraryEric Biggers10-172/+226
2026-01-12lib/crypto: powerpc/aes: Migrate SPE optimized code into libraryEric Biggers12-85/+122
2026-01-12lib/crypto: arm64/aes: Migrate optimized code into libraryEric Biggers13-290/+181
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers12-114/+63
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers9-1353/+117
2026-01-12crypto: aes - Remove aes-fixed-time / CONFIG_CRYPTO_AES_TIEric Biggers17-119/+2
2026-01-12crypto: aegis - Switch from crypto_ft_tab[] to aes_enc_tab[]Eric Biggers2-2/+2
2026-01-12crypto: arm64/aes - Select CRYPTO_LIB_SHA256 from correct placesEric Biggers1-1/+2
2026-01-12crypto: arm64/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers1-2/+2
2026-01-12crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers1-2/+2
2026-01-12crypto: arm/aes-neonbs - Use AES library for single blocksEric Biggers2-14/+16
2026-01-12lib/crypto: aes: Introduce improved AES libraryEric Biggers4-70/+501
2026-01-12crypto: powerpc/aes - Rename struct aes_keyEric Biggers6-21/+22
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-12fscrypt: Drop obsolete recommendation to enable optimized NHPoly1305Eric Biggers1-5/+0
2026-01-12crypto: testmgr - Remove nhpoly1305 testsEric Biggers2-1378/+0
2026-01-12crypto: nhpoly1305 - Remove crypto_shash supportEric Biggers4-336/+0
2026-01-12crypto: adiantum - Drop support for asynchronous xchacha ciphersEric Biggers1-104/+70
2026-01-12crypto: adiantum - Use memcpy_{to,from}_sglist()Eric Biggers1-4/+4
2026-01-12crypto: adiantum - Use scatter_walk API instead of sg_miterEric Biggers1-18/+15
2026-01-12crypto: adiantum - Convert to use NH libraryEric Biggers3-110/+191
2026-01-12lib/crypto: x86/nh: Migrate optimized code into libraryEric Biggers9-190/+49
2026-01-12lib/crypto: arm64/nh: Migrate optimized code into libraryEric Biggers7-94/+37
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers7-92/+35
2026-01-12lib/crypto: tests: Add KUnit tests for NHEric Biggers5-0/+390
2026-01-12lib/crypto: nh: Add NH libraryEric Biggers4-0/+152
2026-01-12lib/crypto: tests: Add KUnit tests for ML-DSA verificationEric Biggers4-0/+2335