summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2025-05-05crypto: streebog - Use API partial block handlingHerbert Xu
2025-05-05crypto: rmd160 - Use API partial block handlingHerbert Xu
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers
2025-05-05crypto: poly1305 - Remove algorithmHerbert Xu
2025-05-05crypto: testmgr - Remove poly1305Herbert Xu
2025-05-05crypto: chacha20poly1305 - Use lib/crypto poly1305Herbert Xu
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-29crypto/krb5: Fix change to use SG miter to use offsetDavid Howells
2025-04-28crypto: crc32 - remove "generic" from file and module namesEric Biggers
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu
2025-04-28crypto: hash - Fix clone error handlingHerbert Xu
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers
2025-04-25crypto: engine - Remove CRYPTO_ALG_ENGINE bitHerbert Xu
2025-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2025-04-25crypto: scompress - increment scomp_scratch_users when already allocatedSabrina Dubroca
2025-04-23crypto: xcbc - Use API partial block handlingHerbert Xu
2025-04-23crypto: cmac - Use API partial block handlingHerbert Xu
2025-04-23crypto: cbcmac - Use API partial block handlingHerbert Xu
2025-04-23crypto: sm3-generic - Use API partial block handlingHerbert Xu
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