| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pcmoor... | Mark Brown | 1 | -0/+4 |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb... | Mark Brown | 4 | -322/+39 |
| 3 days | crypto: af_alg - Drop support for off-CPU cryptography | Demi Marie Obenour | 1 | -1/+13 |
| 3 days | net: Remove support for AIO on sockets | Demi Marie Obenour | 1 | -4/+1 |
| 3 days | Automated merge of 'dev' into 'next' | Paul Moore | 1 | -0/+4 |
| 3 days | crypto: cipher - Remove crypto_clone_cipher() | Eric Biggers | 1 | -2/+0 |
| 3 days | crypto: hash - Remove support for cloning hash tfms | Eric Biggers | 1 | -8/+0 |
| 11 days | crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks | David Howells | 1 | -3/+6 |
| 2026-05-13 | crypto: pkcs7: add ability to extract signed attributes by OID | James Bottomley | 1 | -0/+4 |
| 2026-05-07 | crypto: drbg - Eliminate use of 'drbg_string' and lists | Eric Biggers | 2 | -39/+25 |
| 2026-05-07 | crypto: drbg - Remove support for CTR_DRBG | Eric Biggers | 1 | -0/+3 |
| 2026-05-07 | crypto: drbg - Fold include/crypto/drbg.h into crypto/drbg.c | Eric Biggers | 1 | -181/+0 |
| 2026-05-07 | crypto: drbg - Remove obsolete FIPS 140-2 continuous test | Eric Biggers | 1 | -2/+0 |
| 2026-05-07 | crypto: drbg - Remove unhelpful helper functions | Eric Biggers | 1 | -76/+0 |
| 2026-05-07 | crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels | Eric Biggers | 1 | -11/+7 |
| 2026-05-07 | crypto: drbg - Fix misaligned writes in CTR_DRBG and HASH_DRBG | Eric Biggers | 1 | -18/+0 |
| 2026-04-15 | Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 10 | -73/+44 |
| 2026-04-13 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -215/+385 |
| 2026-04-13 | Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -20/+0 |
| 2026-04-12 | crypto: geniv - Remove unused spinlock from struct aead_geniv_ctx | Herbert Xu | 1 | -2/+0 |
| 2026-04-03 | crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS mode | Eric Biggers | 1 | -2/+13 |
| 2026-04-03 | crypto: rng - Unexport "default RNG" symbols | Eric Biggers | 1 | -5/+0 |
| 2026-04-03 | crypto: rng - Add crypto_stdrng_get_bytes() | Eric Biggers | 1 | -0/+13 |
| 2026-04-01 | lib/crypto: arm64/aes: Remove obsolete chunking logic | Eric Biggers | 1 | -3/+3 |
| 2026-03-31 | crypto: algif_aead - Revert to operating out-of-place | Herbert Xu | 1 | -3/+2 |
| 2026-03-30 | lib/crypto: tests: Migrate ChaCha20Poly1305 self-test to KUnit | Eric Biggers | 1 | -2/+0 |
| 2026-03-27 | crypto: remove HKDF library | Eric Biggers | 1 | -20/+0 |
| 2026-03-27 | crypto: cryptd - Remove unused functions | Eric Biggers | 1 | -33/+0 |
| 2026-03-23 | crypto: sm3 - Remove 'struct sm3_state' | Eric Biggers | 1 | -7/+0 |
| 2026-03-23 | crypto: sm3 - Remove the original "sm3_block_generic()" | Eric Biggers | 1 | -2/+0 |
| 2026-03-23 | crypto: sm3 - Remove sm3_base.h | Eric Biggers | 1 | -92/+0 |
| 2026-03-23 | lib/crypto: sm3: Add SM3 library API | Eric Biggers | 1 | -10/+60 |
| 2026-03-23 | crypto: sm3 - Remove sm3_zero_message_hash and SM3_T[1-2] | Eric Biggers | 1 | -5/+0 |
| 2026-03-23 | crypto: sm3 - Fold sm3_init() into its caller | Eric Biggers | 2 | -14/+11 |
| 2026-03-23 | lib/crypto: aesgcm: Use GHASH library API | Eric Biggers | 1 | -2/+2 |
| 2026-03-23 | lib/crypto: gf128hash: Remove unused content from ghash.h | Eric Biggers | 2 | -14/+1 |
| 2026-03-23 | lib/crypto: gf128mul: Remove unused 4k_lle functions | Eric Biggers | 1 | -14/+3 |
| 2026-03-23 | lib/crypto: s390/ghash: Migrate optimized code into library | Eric Biggers | 1 | -1/+2 |
| 2026-03-23 | lib/crypto: riscv/ghash: Migrate optimized code into library | Eric Biggers | 1 | -0/+3 |
| 2026-03-23 | lib/crypto: powerpc/ghash: Migrate optimized code into library | Eric Biggers | 1 | -0/+4 |
| 2026-03-23 | lib/crypto: gf128hash: Add GHASH support | Eric Biggers | 1 | -0/+95 |
| 2026-03-23 | lib/crypto: gf128hash: Support GF128HASH_ARCH without all POLYVAL functions | Eric Biggers | 1 | -19/+3 |
| 2026-03-23 | lib/crypto: gf128hash: Rename polyval module to gf128hash | Eric Biggers | 1 | -8/+8 |
| 2026-03-22 | crypto: add missing kernel-doc for anonymous union members | Kit Dallege | 3 | -0/+3 |
| 2026-03-22 | crypto: simd - Remove unused skcipher support | Eric Biggers | 1 | -19/+0 |
| 2026-03-19 | lib/crypto: Remove unused file blockhash.h | Eric Biggers | 1 | -52/+0 |
| 2026-03-09 | lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into library | Eric Biggers | 1 | -6/+3 |
| 2026-03-09 | lib/crypto: arm64/aes: Move assembly code for AES modes into libaes | Eric Biggers | 1 | -0/+69 |
| 2026-03-09 | lib/crypto: aes: Add support for CBC-based MACs | Eric Biggers | 1 | -0/+154 |
| 2026-03-07 | crypto: ecc - correct kernel-doc format | Randy Dunlap | 1 | -10/+12 |
| 2026-03-07 | crypto: des - fix all kernel-doc warnings | Randy Dunlap | 1 | -4/+4 |
| 2026-03-07 | crypto: acomp - repair kernel-doc warnings | Randy Dunlap | 1 | -2/+3 |
| 2026-02-11 | Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -10/+0 |
| 2026-02-10 | Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+5 |
| 2026-02-10 | Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+4 |
| 2026-02-10 | Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -0/+7 |
| 2026-02-03 | lib/crypto: mldsa: Clarify the documentation for mldsa_verify() slightly | Eric Biggers | 1 | -1/+3 |
| 2026-01-31 | crypto: skcipher - Add new helper function crypto_skcipher_tested | Harald Freudenberger | 1 | -0/+7 |
| 2026-01-30 | pkcs7: Allow the signing algo to do whatever digestion it wants itself | David Howells | 1 | -0/+2 |
| 2026-01-30 | pkcs7, x509: Rename ->digest to ->m | David Howells | 1 | -2/+2 |
| 2026-01-27 | lib/crypto: sha1: Remove low-level functions from API | Eric Biggers | 1 | -10/+0 |
| 2026-01-15 | lib/crypto: aes: Remove old AES en/decryption functions | Eric Biggers | 1 | -20/+4 |
| 2026-01-15 | lib/crypto: aesgcm: Use new AES library API | Eric Biggers | 1 | -1/+1 |
| 2026-01-15 | lib/crypto: aescfb: Use new AES library API | Eric Biggers | 1 | -2/+2 |
| 2026-01-15 | crypto: drbg - Use new AES library API | Eric Biggers | 1 | -1/+1 |
| 2026-01-15 | lib/crypto: sparc/aes: Migrate optimized code into library | Eric Biggers | 1 | -0/+42 |
| 2026-01-15 | lib/crypto: s390/aes: Migrate optimized code into library | Eric Biggers | 1 | -0/+3 |
| 2026-01-12 | lib/crypto: powerpc/aes: Migrate POWER8 optimized code into library | Eric Biggers | 1 | -0/+41 |
| 2026-01-12 | lib/crypto: powerpc/aes: Migrate SPE optimized code into library | Eric Biggers | 1 | -0/+31 |
| 2026-01-12 | lib/crypto: arm64/aes: Migrate optimized code into library | Eric Biggers | 1 | -0/+10 |
| 2026-01-12 | crypto: aes - Replace aes-generic with wrapper around lib | Eric Biggers | 1 | -6/+0 |
| 2026-01-12 | lib/crypto: aes: Introduce improved AES library | Eric Biggers | 1 | -11/+146 |
| 2026-01-12 | crypto: nhpoly1305 - Remove crypto_shash support | Eric Biggers | 1 | -74/+0 |
| 2026-01-12 | lib/crypto: nh: Add NH library | Eric Biggers | 1 | -0/+52 |
| 2026-01-12 | lib/crypto: Add ML-DSA verification support | Eric Biggers | 1 | -0/+60 |
| 2026-01-05 | crypto: Enable context analysis | Marco Elver | 2 | -4/+5 |
| 2025-12-03 | Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 8 | -115/+267 |
| 2025-12-02 | Merge tag 'libcrypto-at-least-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 7 | -58/+75 |
| 2025-11-23 | lib/crypto: sha2: Add at_least decoration to fixed-size array params | Eric Biggers | 1 | -22/+31 |
| 2025-11-23 | lib/crypto: sha1: Add at_least decoration to fixed-size array params | Eric Biggers | 1 | -5/+7 |
| 2025-11-23 | lib/crypto: poly1305: Add at_least decoration to fixed-size array params | Eric Biggers | 1 | -1/+1 |
| 2025-11-23 | lib/crypto: md5: Add at_least decoration to fixed-size array params | Eric Biggers | 1 | -5/+6 |
| 2025-11-23 | lib/crypto: curve25519: Add at_least decoration to fixed-size array params | Eric Biggers | 1 | -10/+14 |
| 2025-11-23 | lib/crypto: chacha: Add at_least decoration to fixed-size array params | Eric Biggers | 1 | -6/+6 |
| 2025-11-23 | lib/crypto: chacha20poly1305: Statically check fixed array lengths | Jason A. Donenfeld | 1 | -9/+10 |
| 2025-11-22 | Revert "crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist" | Eric Biggers | 3 | -64/+61 |
| 2025-11-22 | crypto: scatterwalk - Fix memcpy_sglist() to always succeed | Eric Biggers | 1 | -21/+31 |
| 2025-11-22 | crypto: ansi_cprng - Remove unused ansi_cprng algorithm | Eric Biggers | 1 | -6/+5 |
| 2025-11-11 | lib/crypto: x86/polyval: Migrate optimized code into library | Eric Biggers | 1 | -0/+3 |
| 2025-11-11 | lib/crypto: arm64/polyval: Migrate optimized code into library | Eric Biggers | 1 | -0/+8 |
| 2025-11-11 | lib/crypto: polyval: Add POLYVAL library | Eric Biggers | 1 | -3/+168 |
| 2025-11-05 | crypto: sha3 - Reimplement using library API | Eric Biggers | 1 | -6/+0 |
| 2025-11-05 | lib/crypto: sha3: Add SHA-3 support | David Howells | 1 | -3/+319 |
| 2025-10-31 | crypto: aead - Add support for on-stack AEAD req allocation | T Pratham | 1 | -0/+87 |
| 2025-10-29 | crypto: blake2b - Reimplement using library API | Eric Biggers | 2 | -126/+0 |
| 2025-10-29 | lib/crypto: blake2b: Add BLAKE2b library functions | Eric Biggers | 2 | -13/+137 |
| 2025-10-29 | lib/crypto: blake2s: Document the BLAKE2s library API | Eric Biggers | 1 | -0/+58 |
| 2025-10-29 | lib/crypto: blake2s: Drop excessive const & rename block => data | Eric Biggers | 1 | -7/+6 |
| 2025-10-29 | lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx | Eric Biggers | 1 | -30/+29 |
| 2025-10-29 | lib/crypto: blake2s: Adjust parameter order of blake2s() | Eric Biggers | 1 | -3/+3 |
| 2025-10-17 | crypto: drbg - Replace AES cipher calls with library calls | Harsh Jain | 1 | -1/+2 |
| 2025-10-17 | crypto: drbg - Export CTR DRBG DF functions | Harsh Jain | 3 | -24/+82 |
| 2025-10-04 | Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -12/+15 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2025-09-29 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 1 | -0/+28 |
| 2025-09-29 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -110/+194 |
| 2025-09-24 | crypto: af_alg - Fix incorrect boolean values in af_alg_ctx | Eric Biggers | 1 | -1/+1 |
| 2025-09-21 | crypto: remove nth_page() usage within SG entry | David Hildenbrand | 1 | -2/+2 |
| 2025-09-20 | crypto: comp - Use same definition of context alloc and free ops | Dan Moulding | 1 | -10/+1 |
| 2025-09-18 | crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg | Herbert Xu | 1 | -4/+6 |
| 2025-09-17 | lib/crypto: sha256: Add support for 2-way interleaved hashing | Eric Biggers | 1 | -0/+28 |
| 2025-09-06 | lib/crypto: curve25519: Consolidate into single module | Eric Biggers | 1 | -10/+0 |
| 2025-09-06 | lib/crypto: curve25519: Move a couple functions out-of-line | Eric Biggers | 1 | -25/+3 |
| 2025-09-06 | lib/crypto: tests: Migrate Curve25519 self-test to KUnit | Eric Biggers | 1 | -2/+0 |
| 2025-08-29 | lib/crypto: blake2s: Consolidate into single C translation unit | Eric Biggers | 1 | -19/+0 |
| 2025-08-29 | lib/crypto: blake2s: Remove obsolete self-test | Eric Biggers | 1 | -2/+0 |
| 2025-08-29 | lib/crypto: chacha: Consolidate into single module | Eric Biggers | 1 | -24/+4 |
| 2025-08-29 | lib/crypto: chacha: Remove unused function chacha_is_arch_optimized() | Eric Biggers | 1 | -9/+0 |
| 2025-08-29 | lib/crypto: poly1305: Consolidate into single module | Eric Biggers | 1 | -9/+7 |
| 2025-08-29 | lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized() | Eric Biggers | 1 | -9/+0 |
| 2025-08-26 | lib/crypto: md5: Add MD5 and HMAC-MD5 library functions | Eric Biggers | 1 | -1/+180 |
| 2025-08-22 | crypto: hash - Make HASH_MAX_DESCSIZE a bit more obvious | Herbert Xu | 1 | -2/+14 |
| 2025-08-09 | Merge tag 'v6.17-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
| 2025-08-06 | Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+2 |
| 2025-08-01 | crypto: hash - Increase HASH_MAX_DESCSIZE for hmac(sha3-224-s390) | Herbert Xu | 1 | -1/+1 |
| 2025-07-31 | Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -20/+37 |
| 2025-07-18 | crypto: engine - remove {prepare,unprepare}_crypt_hardware callbacks | Ovidiu Panait | 1 | -11/+0 |
| 2025-07-18 | crypto: engine - remove request batching support | Ovidiu Panait | 2 | -5/+0 |
| 2025-07-18 | crypto: acomp - Fix CFI failure due to type punning | Eric Biggers | 1 | -4/+1 |
| 2025-07-14 | crypto: sha1 - Remove sha1_base.h | Eric Biggers | 1 | -82/+0 |
| 2025-07-14 | lib/crypto: sha1: Add HMAC support | Eric Biggers | 1 | -0/+118 |
| 2025-07-14 | lib/crypto: sha1: Add SHA-1 library functions | Eric Biggers | 1 | -0/+60 |
| 2025-07-14 | lib/crypto: sha1: Rename sha1_init() to sha1_init_raw() | Eric Biggers | 1 | -1/+1 |
| 2025-07-14 | lib/crypto: sha2: Add hmac_sha*_init_usingrawkey() | Eric Biggers | 1 | -0/+60 |
| 2025-07-04 | lib/crypto: sha256: Document the SHA-224 and SHA-256 API | Eric Biggers | 1 | -0/+76 |
| 2025-07-04 | lib/crypto: sha256: Consolidate into single module | Eric Biggers | 1 | -52/+0 |
| 2025-07-04 | lib/crypto: sha256: Remove sha256_is_arch_optimized() | Eric Biggers | 1 | -8/+0 |
| 2025-07-04 | lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support | Eric Biggers | 1 | -0/+222 |
| 2025-07-04 | lib/crypto: sha256: Propagate sha256_block_state type to implementations | Eric Biggers | 1 | -4/+4 |
| 2025-07-04 | lib/crypto: sha256: Make library API use strongly-typed contexts | Eric Biggers | 1 | -11/+41 |
| 2025-07-04 | lib/crypto: sha256: Add sha224() and sha224_update() | Eric Biggers | 1 | -2/+8 |
| 2025-07-04 | lib/crypto: sha256: Remove sha256_blocks_simd() | Eric Biggers | 1 | -6/+0 |
| 2025-07-04 | lib/crypto: sha256: Reorder some code | Eric Biggers | 1 | -30/+30 |
| 2025-06-30 | crypto: sha512 - Remove sha512_base.h | Eric Biggers | 1 | -117/+0 |
| 2025-06-30 | crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library | Eric Biggers | 1 | -3/+0 |
| 2025-06-30 | lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support | Eric Biggers | 1 | -0/+222 |
| 2025-06-30 | lib/crypto: sha512: Add support for SHA-384 and SHA-512 | Eric Biggers | 1 | -0/+128 |
| 2025-06-27 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2025-06-26 | crypto: ahash - Add crypto_ahash_tested() helper function | Harald Freudenberger | 1 | -0/+7 |
| 2025-06-26 | crypto: ahash - make hash walk functions from ahash.c public | Harald Freudenberger | 1 | -0/+23 |
| 2025-06-24 | module: remove meaningless 'name' parameter from __MODULE_INFO() | Masahiro Yamada | 1 | -2/+2 |
| 2025-06-23 | dm-crypt: Extend state buffer size in crypt_iv_lmk_one | Herbert Xu | 2 | -0/+6 |
| 2025-06-23 | crypto: ahash - Stop legacy tfms from using the set_virt fallback path | Herbert Xu | 1 | -0/+6 |
| 2025-06-20 | lib/crypto: sha256: Mark sha256_choose_blocks as __always_inline | Arnd Bergmann | 1 | -1/+1 |
| 2025-06-13 | crypto: testmgr - reinstate kconfig control over full self-tests | Eric Biggers | 1 | -2/+4 |
| 2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+5 |
| 2025-05-23 | Revert "crypto: testmgr - Add hash export format testing" | Herbert Xu | 1 | -6/+0 |
| 2025-05-19 | crypto: testmgr - Add hash export format testing | Herbert Xu | 1 | -0/+6 |
| 2025-05-19 | crypto: hmac - Add ahash support | Herbert Xu | 2 | -1/+11 |
| 2025-05-19 | crypto: algapi - Add driver template support to crypto_inst_setname | Herbert Xu | 1 | -2/+10 |
| 2025-05-19 | crypto: ahash - Handle partial blocks in API | Herbert Xu | 1 | -2/+10 |
| 2025-05-19 | crypto: hash - Add export_core and import_core hooks | Herbert Xu | 2 | -0/+13 |
| 2025-05-19 | crypto: hash - Move core export and import into internel/hash.h | Herbert Xu | 2 | -48/+48 |
| 2025-05-12 | crypto: testmgr - make it easier to enable the full set of tests | Eric Biggers | 1 | -4/+2 |
| 2025-05-12 | crypto: null - remove the default null skcipher | Eric Biggers | 1 | -3/+0 |
| 2025-05-12 | crypto: geniv - use memcpy_sglist() instead of null skcipher | Eric Biggers | 1 | -1/+0 |
| 2025-05-12 | crypto: lib/chacha - add array bounds to function prototypes | Eric Biggers | 1 | -11/+16 |
| 2025-05-12 | crypto: lib/chacha - add strongly-typed state zeroization | Eric Biggers | 1 | -0/+6 |
| 2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state | Eric Biggers | 1 | -28/+37 |
| 2025-05-05 | crypto: ahash - Add HASH_REQUEST_ZERO | Herbert Xu | 1 | -0/+4 |
| 2025-05-05 | crypto: ahash - Add core export and import | Herbert Xu | 1 | -0/+24 |
| 2025-05-05 | crypto: shash - Cap state size to HASH_MAX_STATESIZE | Herbert Xu | 1 | -1/+4 |
| 2025-05-05 | crypto: zynqmp-sha - Fix partial block implementation | Herbert Xu | 1 | -0/+4 |
| 2025-05-05 | crypto: lib/sha256 - Use generic block helper | Herbert Xu | 1 | -7/+0 |
| 2025-05-05 | crypto: sha256 - Use the partial block API for generic | Herbert Xu | 1 | -2/+12 |
| 2025-05-05 | crypto: lib/sha256 - Add helpers for block-based shash | Herbert Xu | 1 | -0/+45 |
| 2025-05-05 | crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRT | Herbert Xu | 3 | -6/+6 |
| 2025-05-05 | crypto: acomp - Clone folios properly | Herbert Xu | 1 | -6/+2 |
| 2025-05-05 | crypto: rng - fix documentation for crypto_rng_alg() | Ovidiu Panait | 1 | -5/+3 |
| 2025-05-05 | crypto: streebog - Use API partial block handling | Herbert Xu | 1 | -5/+0 |
| 2025-05-05 | crypto: lib/sha256 - improve function prototypes | Eric Biggers | 1 | -4/+4 |
| 2025-05-05 | crypto: sha256 - remove sha256_base.h | Eric Biggers | 1 | -151/+0 |
| 2025-05-05 | crypto: sha256 - support arch-optimized lib and expose through shash | Eric Biggers | 3 | -15/+37 |
| 2025-05-05 | crypto: lib/poly1305 - Use block-only interface | Herbert Xu | 1 | -47/+6 |
| 2025-05-05 | crypto: lib/poly1305 - Add block-only interface | Herbert Xu | 2 | -8/+45 |
| 2025-05-05 | crypto: lib/sha256 - Move partial block handling out | Herbert Xu | 3 | -37/+62 |
| 2025-04-28 | crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglist | Herbert Xu | 3 | -61/+64 |
| 2025-04-28 | crypto: api - Add crypto_stack_request_init and initialise flags fully | Herbert Xu | 4 | -8/+6 |
| 2025-04-28 | crypto: polyval-generic - Use API partial block handling | Herbert Xu | 1 | -8/+0 |
| 2025-04-28 | crypto: api - Add crypto_request_clone and fb | Herbert Xu | 4 | -8/+24 |
| 2025-04-23 | crypto: lib/sm3 - Remove partial block helpers | Herbert Xu | 2 | -64/+2 |
| 2025-04-23 | crypto: sm3-generic - Use API partial block handling | Herbert Xu | 2 | -2/+44 |
| 2025-04-23 | crypto: sha512_base - Remove partial block helpers | Herbert Xu | 1 | -64/+0 |
| 2025-04-23 | crypto: sha512-generic - Use API partial block handling | Herbert Xu | 1 | -8/+0 |
| 2025-04-23 | crypto: riscv/sha512 - Use API partial block handling | Herbert Xu | 1 | -0/+6 |
| 2025-04-23 | crypto: x86/sha512 - Use API partial block handling | Herbert Xu | 2 | -5/+50 |
| 2025-04-23 | crypto: zynqmp-sha - Use API partial block handling | Herbert Xu | 1 | -5/+0 |
| 2025-04-23 | crypto: sha3-generic - Use API partial block handling | Herbert Xu | 1 | -3/+4 |
| 2025-04-23 | crypto: arm64/sha3-ce - Use API partial block handling | Herbert Xu | 1 | -1/+3 |
| 2025-04-23 | crypto: sha256_base - Remove partial block helpers | Herbert Xu | 1 | -37/+13 |