summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)Author
12 daysMerge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
13 daysMerge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers
2026-05-29crypto: af_alg - Drop support for off-CPU cryptographyDemi Marie Obenour
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour
2026-05-28crypto: cipher - Remove crypto_clone_cipher()Eric Biggers
2026-05-28crypto: hash - Remove support for cloning hash tfmsEric Biggers
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers
2026-05-07crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.cEric Biggers
2026-05-07crypto: drbg - Remove obsolete FIPS 140-2 continuous testEric Biggers
2026-05-07crypto: drbg - Remove unhelpful helper functionsEric Biggers
2026-05-07crypto: drbg - Fix drbg_max_addtl() on 64-bit kernelsEric Biggers
2026-05-07crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBGEric Biggers
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-12crypto: geniv - Remove unused spinlock from struct aead_geniv_ctxHerbert Xu
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers
2026-04-01lib/crypto: arm64/aes: Remove obsolete chunking logicEric Biggers
2026-03-31crypto: algif_aead - Revert to operating out-of-placeHerbert Xu
2026-03-30lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnitEric Biggers
2026-03-27crypto: remove HKDF libraryEric Biggers
2026-03-27crypto: cryptd - Remove unused functionsEric Biggers
2026-03-23crypto: sm3 - Remove 'struct sm3_state'Eric Biggers
2026-03-23crypto: sm3 - Remove the original "sm3_block_generic()"Eric Biggers
2026-03-23crypto: sm3 - Remove sm3_base.hEric Biggers
2026-03-23lib/crypto: sm3: Add SM3 library APIEric Biggers
2026-03-23crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2]Eric Biggers
2026-03-23crypto: sm3 - Fold sm3_init() into its callerEric Biggers
2026-03-23lib/crypto: aesgcm: Use GHASH library APIEric Biggers
2026-03-23lib/crypto: gf128hash: Remove unused content from ghash.hEric Biggers
2026-03-23lib/crypto: gf128mul: Remove unused 4k_lle functionsEric Biggers
2026-03-23lib/crypto: s390/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: riscv/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: powerpc/ghash: Migrate optimized code into libraryEric Biggers
2026-03-23lib/crypto: gf128hash: Add GHASH supportEric Biggers
2026-03-23lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functionsEric Biggers
2026-03-23lib/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