summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2025-04-23crypto: sha512-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu
2025-04-23crypto: sha3-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: sha256-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: sha1-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: md5-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: ghash-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: blake2b-generic - Use API partial block handlingHerbert Xu
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu
2025-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-23crypto: scomp - Fix off-by-one bug when calculating last pageHerbert Xu
2025-04-19crypto: acomp - Add missing return statements in compress/decompressHerbert Xu
2025-04-19Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu
2025-04-17crypto: public_key - Make sig/tfm local to if clause in software_key_queryHerbert Xu
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers
2025-04-16crypto: deadcode structs from 'comp' removalDr. David Alan Gilbert
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu
2025-04-16crypto: hmac - Make descsize an algorithm attributeHerbert Xu
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu
2025-04-16crypto: api - Allow delayed algorithm destructionHerbert Xu
2025-04-16crypto: essiv - Remove unnecessary strscpy() size argumentThorsten Blum
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner
2025-04-16crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERYLukas Wunner
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu
2025-04-16crypto: acomp - Use cra_reqsizeHerbert Xu
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu
2025-04-16crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()Thorsten Blum
2025-04-16crypto: ahash - Remove request chainingHerbert Xu
2025-04-16Revert "crypto: tcrypt - Restore multibuffer ahash tests"Herbert Xu
2025-04-16crypto: acomp - Remove request chainingHerbert Xu
2025-04-16crypto: deflate - Remove request chainingHerbert Xu
2025-04-16Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-12crypto: ahash - Disable request chainingHerbert Xu
2025-04-12crypto: scomp - Fix wild memory accesses in scomp_free_streamsHerbert Xu
2025-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-09crypto: scomp - Fix null-pointer deref when freeing streamsHerbert Xu
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: scomp - Drop the dst scratch bufferHerbert Xu
2025-04-07crypto: deflate - Convert to acompHerbert Xu
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu