summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-73/+44
5 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-215/+385
6 daysMerge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-20/+0
7 dayscrypto: geniv - Remove unused spinlock from struct aead_geniv_ctxHerbert Xu1-2/+0
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers1-2/+13
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers1-5/+0
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers1-0/+13
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers1-3/+3
2026-03-31crypto: algif_aead - Revert to operating out-of-placeHerbert Xu1-3/+2
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers1-2/+0
2026-03-27crypto: remove HKDF libraryEric Biggers1-20/+0
2026-03-27crypto: cryptd - Remove unused functionsEric Biggers1-33/+0
2026-03-24crypto: sm3 - Remove 'struct sm3_state'Eric Biggers1-7/+0
2026-03-24crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers1-2/+0
2026-03-24crypto: sm3 - Remove sm3_base.hEric Biggers1-92/+0
2026-03-24lib/crypto: sm3: Add SM3 library APIEric Biggers1-10/+60
2026-03-24crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]Eric Biggers1-5/+0
2026-03-24crypto: sm3 - Fold sm3_init() into its callerEric Biggers2-14/+11
2026-03-24lib/crypto: aesgcm: Use GHASH library APIEric Biggers1-2/+2
2026-03-24lib/crypto: gf128hash: Remove unused content from ghash.hEric Biggers2-14/+1
2026-03-24lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers1-14/+3
2026-03-24lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers1-1/+2
2026-03-24lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers1-0/+3
2026-03-24lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers1-0/+4
2026-03-23lib/crypto: gf128hash: Add GHASH supportEric Biggers1-0/+95
2026-03-23lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functionsEric Biggers1-19/+3
2026-03-23lib/crypto: gf128hash: Rename polyval module to gf128hashEric Biggers1-8/+8
2026-03-22crypto: add missing kernel-doc for anonymous union membersKit Dallege3-0/+3
2026-03-22crypto: simd - Remove unused skcipher supportEric Biggers1-19/+0
2026-03-19lib/crypto: Remove unused file blockhash.hEric Biggers1-52/+0
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers1-6/+3
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers1-0/+69
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers1-0/+154
2026-03-07crypto: ecc - correct kernel-doc formatRandy Dunlap1-10/+12
2026-03-07crypto: des - fix all kernel-doc warningsRandy Dunlap1-4/+4
2026-03-07crypto: acomp - repair kernel-doc warningsRandy Dunlap1-2/+3
2026-02-12Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-10/+0
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+5
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-0/+7
2026-02-04lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightlyEric Biggers1-1/+3
2026-01-31crypto: skcipher - Add new helper function crypto_skcipher_testedHarald Freudenberger1-0/+7
2026-01-30pkcs7: Allow the signing algo to do whatever digestion it wants itselfDavid Howells1-0/+2
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells1-2/+2
2026-01-28lib/crypto: sha1: Remove low-level functions from APIEric Biggers1-10/+0
2026-01-16lib/crypto: aes: Remove old AES en/decryption functionsEric Biggers1-20/+4
2026-01-16lib/crypto: aesgcm: Use new AES library APIEric Biggers1-1/+1
2026-01-16lib/crypto: aescfb: Use new AES library APIEric Biggers1-2/+2
2026-01-16crypto: drbg - Use new AES library APIEric Biggers1-1/+1
2026-01-16lib/crypto: sparc/aes: Migrate optimized code into libraryEric Biggers1-0/+42