aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-05crypto: poly1305 - Remove algorithmHerbert Xu3-166/+0
2025-05-05crypto: testmgr - Remove poly1305Herbert Xu2-294/+0
2025-05-05crypto: chacha20poly1305 - Use lib/crypto poly1305Herbert Xu2-256/+65
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2025-04-29crypto/krb5: Fix change to use SG miter to use offsetDavid Howells1-0/+1
2025-04-28crypto: crc32 - remove "generic" from file and module namesEric Biggers3-4/+6
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu2-270/+265
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu1-78/+38
2025-04-28crypto: hash - Fix clone error handlingHerbert Xu3-3/+21
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu3-53/+26
2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers1-1/+1
2025-04-25crypto: engine - Remove CRYPTO_ALG_ENGINE bitHerbert Xu1-28/+3
2025-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-3/+2
2025-04-25crypto: scompress - increment scomp_scratch_users when already allocatedSabrina Dubroca1-3/+2
2025-04-23crypto: xcbc - Use API partial block handlingHerbert Xu1-74/+18
2025-04-23crypto: cmac - Use API partial block handlingHerbert Xu1-74/+18
2025-04-23crypto: cbcmac - Use API partial block handlingHerbert Xu1-36/+25
2025-04-23crypto: sm3-generic - Use API partial block handlingHerbert Xu1-23/+8
2025-04-23crypto: sha512-generic - Use API partial block handlingHerbert Xu1-28/+17
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu1-2/+3
2025-04-23crypto: sha3-generic - Use API partial block handlingHerbert Xu1-58/+43
2025-04-23crypto: sha256-generic - Use API partial block handlingHerbert Xu1-26/+18
2025-04-23crypto: sha1-generic - Use API partial block handlingHerbert Xu1-21/+12
2025-04-23crypto: md5-generic - Use API partial block handlingHerbert Xu1-64/+38
2025-04-23crypto: ghash-generic - Use API partial block handlingHerbert Xu1-39/+17
2025-04-23crypto: blake2b-generic - Use API partial block handlingHerbert Xu1-13/+18
2025-04-23crypto: shash - Handle partial blocks in APIHerbert Xu1-36/+187
2025-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-4/+4
2025-04-23crypto: scomp - Fix off-by-one bug when calculating last pageHerbert Xu1-5/+5
2025-04-19crypto: acomp - Add missing return statements in compress/decompressHerbert Xu1-2/+2
2025-04-19Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu1-83/+64
2025-04-17crypto: public_key - Make sig/tfm local to if clause in software_key_queryHerbert Xu1-11/+12
2025-04-17crypto: deflate - Make the acomp walk atomicHerbert Xu2-4/+4
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers3-150/+154
2025-04-16crypto: deadcode structs from 'comp' removalDr. David Alan Gilbert5-20/+0
2025-04-16crypto: cbcmac - Set block size properlyHerbert Xu1-1/+1
2025-04-16crypto: lib/sm3 - Move sm3 library into lib/cryptoHerbert Xu3-251/+1
2025-04-16crypto: hash - Add HASH_REQUEST_ON_STACKHerbert Xu1-4/+102
2025-04-16crypto: shash - Remove dynamic descsizeHerbert Xu1-17/+1
2025-04-16crypto: hmac - Make descsize an algorithm attributeHerbert Xu1-3/+1
2025-04-16crypto: api - Add support for duplicating algorithms before registrationHerbert Xu14-14/+52
2025-04-16crypto: api - Allow delayed algorithm destructionHerbert Xu1-4/+4
2025-04-16crypto: essiv - Remove unnecessary strscpy() size argumentThorsten Blum1-2/+1
2025-04-16crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERYLukas Wunner7-13/+21
2025-04-16crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERYLukas Wunner1-2/+7
2025-04-16crypto: ahash - Use cra_reqsizeHerbert Xu1-2/+2
2025-04-16crypto: acomp - Remove reqsize fieldHerbert Xu1-1/+1
2025-04-16crypto: acomp - Use cra_reqsizeHerbert Xu1-1/+1
2025-04-16crypto: acomp - Simplify folio handlingHerbert Xu2-48/+4