summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-04-02Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-133/+24
2025-03-30Revert "crypto: testmgr - Add multibuffer hash testing"Herbert Xu1-133/+24
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds53-1223/+5808
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds3-0/+580
2025-03-22crypto: testmgr - Add multibuffer acomp testingHerbert Xu1-64/+80
2025-03-22crypto: acomp - Fix synchronous acomp chaining fallbackHerbert Xu1-22/+11
2025-03-22crypto: testmgr - Add multibuffer hash testingHerbert Xu1-24/+136
2025-03-22crypto: hash - Fix synchronous ahash chaining fallbackHerbert Xu1-32/+28
2025-03-21crypto: essiv - Replace memcpy() + NUL-termination with strscpy()Thorsten Blum1-2/+1
2025-03-21crypto: api - Call crypto_alg_put in crypto_unregister_algHerbert Xu1-2/+1
2025-03-21crypto: scompress - Fix incorrect stream freeingHerbert Xu1-1/+1
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-2/+2
2025-03-21crypto: remove obsolete 'comp' compression APIArd Biesheuvel6-195/+14
2025-03-21crypto: compress_null - drop obsolete 'comp' implementationArd Biesheuvel2-29/+5
2025-03-21crypto: zstd - drop obsolete 'comp' implementationArd Biesheuvel1-55/+1
2025-03-21crypto: lzo - drop obsolete 'comp' implementationArd Biesheuvel1-64/+4
2025-03-21crypto: lzo-rle - drop obsolete 'comp' implementationArd Biesheuvel1-64/+4
2025-03-21crypto: lz4hc - drop obsolete 'comp' implementationArd Biesheuvel1-64/+2
2025-03-21crypto: lz4 - drop obsolete 'comp' implementationArd Biesheuvel1-60/+1
2025-03-21crypto: deflate - drop obsolete 'comp' implementationArd Biesheuvel1-57/+1
2025-03-21crypto: 842 - drop obsolete 'comp' implementationArd Biesheuvel1-64/+2
2025-03-21crypto: scompress - Fix scratch allocation failure handlingHerbert Xu1-1/+5
2025-03-21crypto: acomp - Add support for foliosHerbert Xu2-31/+81
2025-03-21crypto: acomp - Add async nondma fallbackHerbert Xu1-28/+41
2025-03-21crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extraHerbert Xu1-5/+33
2025-03-21crypto: scomp - Add chaining and virtual address supportHerbert Xu1-30/+64
2025-03-21crypto: scomp - Remove support for some non-trivial SG listsHerbert Xu2-55/+73
2025-03-21crypto: hash - Use nth_page instead of doing it by handHerbert Xu1-2/+2
2025-03-21crypto: hash - Fix test underflow in shash_ahash_digestHerbert Xu1-16/+28
2025-03-21crypto: krb5 - Use SG miter instead of doing it by handHerbert Xu1-21/+16
2025-03-21crypto: scatterwalk - simplify map and unmap calling conventionEric Biggers1-20/+8
2025-03-20crypto,fs: Separate out hkdf_extract() and hkdf_expand()Hannes Reinecke3-0/+580
2025-03-15crypto: testmgr - Remove NULL dst acomp testsHerbert Xu1-29/+0
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu1-0/+197
2025-03-15crypto: scomp - Disable BH when taking per-cpu spin lockHerbert Xu1-2/+2
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu3-64/+58
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu7-24/+24
2025-03-15crypto: api - Add cra_type->destroy hookHerbert Xu2-2/+14
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu5-22/+22
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu1-17/+12
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu1-0/+27
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu3-15/+16
2025-03-15async_xor: Remove unused 'async_xor_val'Dr. David Alan Gilbert1-26/+0
2025-03-08crypto: skcipher - fix mismatch between mapping and unmapping orderEric Biggers1-3/+3
2025-03-08crypto: Kconfig - Select LIB generic optionHerbert Xu1-0/+3
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu1-1/+1
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu2-2/+2
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu1-0/+14
2025-03-02crypto/krb5: Implement crypto self-testingDavid Howells6-0/+905
2025-03-02crypto/krb5: Implement the Camellia enctypes from rfc6803David Howells5-0/+248