summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu-36/+187
2025-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-4/+4
2025-04-23crypto: scomp - Fix off-by-one bug when calculating last pageHerbert Xu-5/+5
2025-04-19crypto: acomp - Add missing return statements in compress/decompressHerbert Xu-2/+2
2025-04-19Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu-83/+64
2025-04-17crypto: public_key - Make sig/tfm local to if clause in software_key_queryHerbert Xu-11/+12
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu-4/+4
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers-150/+154
2025-04-16crypto: deadcode structs from 'comp' removalDr. David Alan Gilbert-20/+0
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu-1/+1
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu-251/+1
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu-4/+102
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu-17/+1
2025-04-16crypto: hmac - Make descsize an algorithm attributeHerbert Xu-3/+1
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu-14/+52
2025-04-16crypto: api - Allow delayed algorithm destructionHerbert Xu-4/+4
2025-04-16crypto: essiv - Remove unnecessary strscpy() size argumentThorsten Blum-2/+1
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner-13/+21
2025-04-16crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERYLukas Wunner-2/+7
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu-2/+2
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu-1/+1
2025-04-16crypto: acomp - Use cra_reqsizeHerbert Xu-1/+1
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu-48/+4
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu-0/+23
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu-13/+1
2025-04-16crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()Thorsten Blum-2/+1
2025-04-16crypto: ahash - Remove request chainingHerbert Xu-137/+32
2025-04-16Revert "crypto: tcrypt - Restore multibuffer ahash tests"Herbert Xu-231/+0
2025-04-16crypto: acomp - Remove request chainingHerbert Xu-100/+35
2025-04-16crypto: deflate - Remove request chainingHerbert Xu-14/+0
2025-04-16Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu-83/+64
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-75/+2
2025-04-12crypto: ahash - Disable request chainingHerbert Xu-75/+1
2025-04-12crypto: scomp - Fix wild memory accesses in scomp_free_streamsHerbert Xu-3/+4
2025-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-0/+3
2025-04-09crypto: scomp - Fix null-pointer deref when freeing streamsHerbert Xu-0/+3
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers-1/+34
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers-140/+229
2025-04-07crypto: scomp - Drop the dst scratch bufferHerbert Xu-54/+44
2025-04-07crypto: deflate - Convert to acompHerbert Xu-176/+187
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu-0/+116
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu-121/+124
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu-41/+158
2025-04-07crypto: api - Ensure cra_type->destroy is done in process contextHerbert Xu-15/+11
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu-8/+27
2025-04-02Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-133/+24
2025-03-30Revert "crypto: testmgr - Add multibuffer hash testing"Herbert Xu-133/+24
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1223/+5808
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-0/+580
2025-03-22crypto: testmgr - Add multibuffer acomp testingHerbert Xu-64/+80