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