summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
10 daysMerge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds20-1746/+298
12 daysMerge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-107/+81
13 daysMerge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-19crypto: asymmetric_keys - Remove unused key_being_used_for[]Dr. David Alan Gilbert1-10/+0
2025-01-14crypto: skcipher - call cond_resched() directlyEric Biggers1-2/+2
2025-01-14crypto: skcipher - optimize initializing skcipher_walk fieldsEric Biggers1-10/+20
2025-01-14crypto: skcipher - clean up initialization of skcipher_walk::flagsEric Biggers1-26/+13
2025-01-14crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()Eric Biggers1-15/+8
2025-01-14crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOWEric Biggers1-1/+1
2025-01-14crypto: skcipher - remove redundant clamping to page sizeEric Biggers1-5/+1
2025-01-14crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers1-47/+15
2025-01-14crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers1-16/+34
2025-01-14crypto: proc - Use str_yes_no() and str_no_yes() helpersThorsten Blum1-6/+3
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-04crypto: ahash - make hash walk functions private to ahash.cEric Biggers1-71/+87
2025-01-04crypto: keywrap - remove unused keywrap algorithmEric Biggers5-386/+1
2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers6-870/+0
2025-01-04crypto: fips - Use str_enabled_disabled() helper in fips_enable()Thorsten Blum1-2/+2
2024-12-14crypto: keywrap - remove assignment of 0 to cra_alignmaskEric Biggers1-1/+0
2024-12-14crypto: aegis - remove assignments of 0 to cra_alignmaskEric Biggers1-2/+0
2024-12-14crypto: seed - stop using cra_alignmaskEric Biggers1-27/+21
2024-12-14crypto: khazad - stop using cra_alignmaskEric Biggers1-11/+6
2024-12-14crypto: tea - stop using cra_alignmaskEric Biggers1-50/+33
2024-12-14crypto: aria - stop using cra_alignmaskEric Biggers1-20/+17
2024-12-14crypto: anubis - stop using cra_alignmaskEric Biggers1-9/+5
2024-12-14crypto: skcipher - remove support for physical address walksEric Biggers1-161/+26
2024-12-10crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASKHerbert Xu1-3/+1
2024-12-10crypto: api - Call crypto_schedule_test outside of mutexHerbert Xu1-10/+17
2024-12-10crypto: api - Fix boot-up self-test raceHerbert Xu1-2/+2
2024-12-10crypto: rsassa-pkcs1 - Copy source data for SG listHerbert Xu1-31/+14
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra18-20/+20
2024-12-01crypto: crct10dif - expose arch-optimized lib functionEric Biggers2-18/+65
2024-12-01lib/crc-t10dif: stop wrapping the crypto APIEric Biggers3-83/+2
2024-12-01crypto: crc32 - don't unnecessarily register arch algorithmsEric Biggers2-4/+12
2024-12-01lib/crc32: improve support for arch-specific overridesEric Biggers2-4/+4
2024-12-01lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers1-4/+4
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds23-1055/+2330
2024-11-10crypto: rsassa-pkcs1 - Reinstate support for legacy protocolsLukas Wunner4-5/+78
2024-11-02crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert1-63/+0
2024-10-28crypto: api - move crypto_simd_disabled_for_test to libEric Biggers1-6/+0
2024-10-28crypto: crc32c - Provide crc32c-arch driver for accelerated library codeArd Biesheuvel2-22/+73
2024-10-28crypto: crc32 - Provide crc32-arch driver for accelerated library codeArd Biesheuvel2-24/+71
2024-10-28crypto: drbg - Use str_true_false() and str_enabled_disabled() helpersThorsten Blum1-2/+3
2024-10-28crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ...Yi Yang1-4/+8
2024-10-28crypto: ecdsa - Update Kconfig help text for NIST P521Lukas Wunner1-1/+1
2024-10-26crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keysLukas Wunner1-12/+24
2024-10-19crypto: jitter - output full sample from test interfaceJoachim Vandersmissen2-17/+18
2024-10-16Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-13/+12