summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-16/+32
2026-08-11lib/crypto: aes-cmac: Add zeroization functionsThomas Huth1-0/+34
2026-08-10crypto: af_alg - Replace 'bool privileged' with flagsEric Biggers1-1/+5
2026-08-10crypto: ecdsa - Fix typo in function documentationPaul Louvel1-2/+2
2026-07-30crypto: af_alg - clean up kernel-doc warningsRandy Dunlap1-13/+17
2026-07-23lib/crypto: aesgcm: Remove old AES-GCM libraryEric Biggers1-21/+0
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers1-0/+266
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers2-2/+262
2026-07-20lib/crypto: aes: Add XTS supportEric Biggers1-0/+94
2026-07-20lib/crypto: aes: Add CTR and XCTR supportEric Biggers1-0/+65
2026-07-20lib/crypto: aes: Add CBC and CBC-CTS supportEric Biggers1-0/+77
2026-07-20lib/crypto: aes: Add ECB supportEric Biggers1-0/+49
2026-07-20crypto: xts - Split out __xts_verify_key() helperEric Biggers1-4/+14
2026-07-17crypto: powerpc/aes - use bool for encryption/decryption flagThorsten Blum1-1/+1
2026-07-05crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1Eric Biggers1-0/+8
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