aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-05-28Merge tag 'v6.16-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-4/+5
2025-05-27crypto: shash - Fix buffer overrun in import functionHerbert Xu1-4/+5
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds113-3881/+3084
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds3-4/+6
2025-05-23crypto: api - Redo lookup on EEXISTHerbert Xu1-2/+11
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu2-88/+9
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2025-05-21include: pe.h: Fix PE definitionsPali Rohár1-4/+4
2025-05-19crypto: xts - Only add ecb if it is not already thereHerbert Xu1-2/+2
2025-05-19crypto: lrw - Only add ecb if it is not already thereHerbert Xu1-2/+2
2025-05-19crypto: testmgr - Add hash export format testingHerbert Xu2-9/+88
2025-05-19crypto: testmgr - Use ahash for generic tfmHerbert Xu1-19/+18
2025-05-19crypto: hmac - Add ahash supportHerbert Xu2-14/+334
2025-05-19crypto: testmgr - Ignore EEXIST on shash allocationHerbert Xu1-1/+1
2025-05-19crypto: algapi - Add driver template support to crypto_inst_setnameHerbert Xu1-4/+4
2025-05-19crypto: shash - Set reqsize in shash_algHerbert Xu2-1/+2
2025-05-19crypto: hmac - Add export_core and import_coreHerbert Xu1-0/+19
2025-05-19crypto: hmac - Zero shash desc in setkeyHerbert Xu1-25/+10
2025-05-19crypto: ahash - Handle partial blocks in APIHerbert Xu1-279/+248
2025-05-19crypto: hash - Add export_core and import_core hooksHerbert Xu2-11/+55
2025-05-19crypto: algif_hash - fix double free in hash_acceptIvan Pravdin1-4/+0
2025-05-12crypto: testmgr - enable CRYPTO_MANAGER when CRYPTO_SELFTESTSEric Biggers2-4/+4
2025-05-12crypto: Kconfig - make CRYPTO_MANAGER a hidden symbolEric Biggers1-1/+1
2025-05-12crypto: testmgr - rename noextratests to noslowtestsEric Biggers1-21/+20
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers2-67/+5
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers8-25/+29
2025-05-12crypto: testmgr - remove panic_on_failEric Biggers1-7/+3
2025-05-12crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARKEric Biggers4-10/+14
2025-05-12crypto: null - use memcpy_sglist()Eric Biggers1-13/+4
2025-05-12crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULLEric Biggers2-8/+4
2025-05-12crypto: null - remove the default null skcipherEric Biggers1-53/+0
2025-05-12crypto: krb5enc - do not select CRYPTO_NULLEric Biggers1-1/+0
2025-05-12crypto: geniv - use memcpy_sglist() instead of null skcipherEric Biggers4-42/+7
2025-05-12crypto: gcm - use memcpy_sglist() instead of null skcipherEric Biggers2-38/+4
2025-05-12crypto: authenc - use memcpy_sglist() instead of null skcipherEric Biggers3-67/+4
2025-05-12crypto: algif_aead - use memcpy_sglist() instead of null skcipherEric Biggers2-84/+18
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-8/+8
2025-05-05crypto: ahash - Add core export and importHerbert Xu1-1/+24
2025-05-05crypto: ahash - Enforce MAX_SYNC_HASH_REQSIZE for sync ahashHerbert Xu1-9/+18
2025-05-05crypto: shash - Mark shash algorithms as REQ_VIRTHerbert Xu1-0/+1
2025-05-05crypto: shash - Cap state size to HASH_MAX_STATESIZEHerbert Xu1-0/+2
2025-05-05crypto: sha256 - Use the partial block APIHerbert Xu1-23/+58
2025-05-05crypto: sha256 - Use the partial block API for genericHerbert Xu1-37/+42
2025-05-05crypto: api - Rename CRYPTO_ALG_REQ_CHAIN to CRYPTO_ALG_REQ_VIRTHerbert Xu4-7/+7
2025-05-05crypto: acomp - Clone folios properlyHerbert Xu1-0/+18
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu76-82/+76
2025-05-05crypto: streebog - Use API partial block handlingHerbert Xu1-46/+25
2025-05-05crypto: rmd160 - Use API partial block handlingHerbert Xu1-52/+36
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers4-103/+246
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
2025-04-16crypto: acomp - Add ACOMP_REQUEST_CLONEHerbert Xu1-0/+23
2025-04-16crypto: acomp - Add ACOMP_FBREQ_ON_STACKHerbert Xu1-13/+1
2025-04-16crypto: x509 - Replace kmalloc() + NUL-termination with kzalloc()Thorsten Blum1-2/+1
2025-04-16crypto: ahash - Remove request chainingHerbert Xu1-137/+32
2025-04-16Revert "crypto: tcrypt - Restore multibuffer ahash tests"Herbert Xu1-231/+0
2025-04-16crypto: acomp - Remove request chainingHerbert Xu2-100/+35
2025-04-16crypto: deflate - Remove request chainingHerbert Xu1-14/+0
2025-04-16Revert "crypto: testmgr - Add multibuffer acomp testing"Herbert Xu1-83/+64
2025-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-75/+2
2025-04-12crypto: ahash - Disable request chainingHerbert Xu1-75/+1
2025-04-12crypto: scomp - Fix wild memory accesses in scomp_free_streamsHerbert Xu1-3/+4
2025-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+3
2025-04-09crypto: scomp - Fix null-pointer deref when freeing streamsHerbert Xu1-0/+3
2025-04-07crypto: chacha - remove <crypto/internal/chacha.h>Eric Biggers1-1/+34
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers3-140/+229
2025-04-07crypto: scomp - Drop the dst scratch bufferHerbert Xu1-54/+44
2025-04-07crypto: deflate - Convert to acompHerbert Xu1-176/+187
2025-04-07crypto: acomp - Add acomp_walkHerbert Xu1-0/+116
2025-04-07crypto: acomp - Move scomp stream allocation code into acompHerbert Xu2-121/+124
2025-04-07crypto: scomp - Allocate per-cpu buffer on first use of each CPUHerbert Xu1-41/+158
2025-04-07crypto: api - Ensure cra_type->destroy is done in process contextHerbert Xu3-15/+11
2025-04-07crypto: api - Move alg destroy work from instance to templateHerbert Xu1-8/+27
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
2025-03-02crypto/krb5: Implement the AES enctypes from rfc8009David Howells5-1/+374
2025-03-02crypto/krb5: Implement the AES enctypes from rfc3962David Howells5-1/+126
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 get_mic and verify_micDavid Howells2-0/+140
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 encrypt and decrypt functionsDavid Howells2-0/+159
2025-03-02crypto/krb5: Provide RFC3961 setkey packaging functionsDavid Howells2-4/+138
2025-03-02crypto/krb5: Implement the Kerberos5 rfc3961 key derivationDavid Howells3-1/+415
2025-03-02crypto/krb5: Provide infrastructure and key derivationDavid Howells3-0/+156
2025-03-02crypto/krb5: Add an API to perform requestsDavid Howells1-0/+141
2025-03-02crypto/krb5: Add an API to alloc and prepare a crypto objectDavid Howells2-0/+154
2025-03-02crypto/krb5: Add an API to query the layout of the crypto sectionDavid Howells1-0/+108
2025-03-02crypto/krb5: Implement Kerberos crypto coreDavid Howells6-0/+180
2025-03-02crypto/krb5: Test manager dataDavid Howells2-0/+367
2025-03-02crypto: Add 'krb5enc' hash and cipher AEAD algorithmDavid Howells3-0/+517
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-3/+3
2025-03-02crypto: skcipher - Use restrict rather than hand-rolling accessesHerbert Xu1-28/+23
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers1-2/+2
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers1-37/+0
2025-03-02crypto: skcipher - use the new scatterwalk functionsEric Biggers1-32/+19
2025-03-02crypto: aegis - use the new scatterwalk functionsEric Biggers1-6/+4
2025-03-02crypto: skcipher - use scatterwalk_start_at_pos()Eric Biggers1-8/+2
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers1-9/+50
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers1-0/+15
2025-03-02crypto: bpf - Add MODULE_DESCRIPTION for skcipherArnd Bergmann1-0/+1
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu1-0/+4
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu1-31/+251
2025-02-22crypto: tcrypt - Restore multibuffer ahash testsHerbert Xu1-0/+231