summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2025-03-02crypto: scatterwalk - don't split at page boundaries when !HIGHMEMEric Biggers-2/+2
2025-03-02crypto: scatterwalk - remove obsolete functionsEric Biggers-37/+0
2025-03-02crypto: skcipher - use the new scatterwalk functionsEric Biggers-32/+19
2025-03-02crypto: aegis - use the new scatterwalk functionsEric Biggers-6/+4
2025-03-02crypto: skcipher - use scatterwalk_start_at_pos()Eric Biggers-8/+2
2025-03-02crypto: scatterwalk - add new functions for copying dataEric Biggers-9/+50
2025-03-02crypto: scatterwalk - add new functions for skipping dataEric Biggers-0/+15
2025-03-02crypto: bpf - Add MODULE_DESCRIPTION for skcipherArnd Bergmann-0/+1
2025-02-22crypto: ahash - Set default reqsize from ahash_algHerbert Xu-0/+4
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu-31/+251
2025-02-22crypto: tcrypt - Restore multibuffer ahash testsHerbert Xu-0/+231
2025-02-22crypto: hash - Add request chaining APIHerbert Xu-27/+236
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu-62/+35
2025-02-22crypto: skcipher - Zap type in crypto_alloc_sync_skcipherHerbert Xu-0/+1
2025-02-22crypto: api - Fix larval relookup type and maskHerbert Xu-10/+7
2025-02-22crypto: null - Use spin lock instead of mutexHerbert Xu-13/+26
2025-02-22crypto: aead - use str_yes_no() helper in crypto_aead_show()Thorsten Blum-2/+3
2025-02-22crypto: ahash - use str_yes_no() helper in crypto_ahash_show()Thorsten Blum-2/+3
2025-02-09crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner-4/+4
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner-11/+7
2025-02-09crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show()Thorsten Blum-1/+2
2025-02-08crypto: crct10dif - remove from crypto APIEric Biggers-482/+0
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers-2/+2
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers-2/+2
2025-02-08crypto: crc64-rocksoft - remove from crypto APIEric Biggers-123/+0
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1746/+298
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-107/+81
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-19crypto: asymmetric_keys - Remove unused key_being_used_for[]Dr. David Alan Gilbert-10/+0
2025-01-14crypto: skcipher - call cond_resched() directlyEric Biggers-2/+2
2025-01-14crypto: skcipher - optimize initializing skcipher_walk fieldsEric Biggers-10/+20
2025-01-14crypto: skcipher - clean up initialization of skcipher_walk::flagsEric Biggers-26/+13
2025-01-14crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()Eric Biggers-15/+8
2025-01-14crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOWEric Biggers-1/+1
2025-01-14crypto: skcipher - remove redundant clamping to page sizeEric Biggers-5/+1
2025-01-14crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers-47/+15
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers-16/+34
2025-01-14crypto: proc - Use str_yes_no() and str_no_yes() helpersThorsten Blum-6/+3
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-1/+1
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers-71/+87
2025-01-04crypto: keywrap - remove unused keywrap algorithmEric Biggers-386/+1
2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers-870/+0
2025-01-04crypto: fips - Use str_enabled_disabled() helper in fips_enable()Thorsten Blum-2/+2
2024-12-14crypto: keywrap - remove assignment of 0 to cra_alignmaskEric Biggers-1/+0
2024-12-14crypto: aegis - remove assignments of 0 to cra_alignmaskEric Biggers-2/+0
2024-12-14crypto: seed - stop using cra_alignmaskEric Biggers-27/+21
2024-12-14crypto: khazad - stop using cra_alignmaskEric Biggers-11/+6
2024-12-14crypto: tea - stop using cra_alignmaskEric Biggers-50/+33
2024-12-14crypto: aria - stop using cra_alignmaskEric Biggers-20/+17