summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-10/+0
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-350/+14
2026-06-11crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512Eric Biggers1-53/+0
2026-05-29crypto: af_alg - Drop support for off-CPU cryptographyDemi Marie Obenour1-1/+13
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour1-4/+1
2026-05-29crypto: cipher - Remove crypto_clone_cipher()Eric Biggers1-2/+0
2026-05-29crypto: hash - Remove support for cloning hash tfmsEric Biggers1-8/+0
2026-05-21crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells1-3/+6
2026-05-07crypto: drbg - Eliminate use of 'drbg_string' and listsEric Biggers2-39/+25
2026-05-07crypto: drbg - Remove support for CTR_DRBGEric Biggers1-0/+3
2026-05-07crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.cEric Biggers1-181/+0
2026-05-07crypto: drbg - Remove obsolete FIPS 140-2 continuous testEric Biggers1-2/+0
2026-05-07crypto: drbg - Remove unhelpful helper functionsEric Biggers1-76/+0
2026-05-07crypto: drbg - Fix drbg_max_addtl() on 64-bit kernelsEric Biggers1-11/+7
2026-05-07crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBGEric Biggers1-18/+0
2026-04-16Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-73/+44
2026-04-14Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-215/+385
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-20/+0
2026-04-12crypto: 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