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