summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* treewide: const qualify ctl_tables where applicableJoel Granados2025-01-281-1/+1
* Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2025-01-2420-1746/+298
|\
| * crypto: asymmetric_keys - Remove unused key_being_used_for[]Dr. David Alan Gilbert2025-01-191-10/+0
| * crypto: skcipher - call cond_resched() directlyEric Biggers2025-01-141-2/+2
| * crypto: skcipher - optimize initializing skcipher_walk fieldsEric Biggers2025-01-141-10/+20
| * crypto: skcipher - clean up initialization of skcipher_walk::flagsEric Biggers2025-01-141-26/+13
| * crypto: skcipher - fold skcipher_walk_skcipher() into skcipher_walk_virt()Eric Biggers2025-01-141-15/+8
| * crypto: skcipher - remove redundant check for SKCIPHER_WALK_SLOWEric Biggers2025-01-141-1/+1
| * crypto: skcipher - remove redundant clamping to page sizeEric Biggers2025-01-141-5/+1
| * crypto: skcipher - remove unnecessary page alignment of bounce bufferEric Biggers2025-01-141-47/+15
| * crypto: skcipher - document skcipher_walk_done() and rename some varsEric Biggers2025-01-141-16/+34
| * crypto: proc - Use str_yes_no() and str_no_yes() helpersThorsten Blum2025-01-141-6/+3
| * crypto: ahash - make hash walk functions private to ahash.cEric Biggers2025-01-041-71/+87
| * crypto: keywrap - remove unused keywrap algorithmEric Biggers2025-01-045-386/+1
| * crypto: vmac - remove unused VMAC algorithmEric Biggers2025-01-046-870/+0
| * crypto: fips - Use str_enabled_disabled() helper in fips_enable()Thorsten Blum2025-01-041-2/+2
| * crypto: keywrap - remove assignment of 0 to cra_alignmaskEric Biggers2024-12-141-1/+0
| * crypto: aegis - remove assignments of 0 to cra_alignmaskEric Biggers2024-12-141-2/+0
| * crypto: seed - stop using cra_alignmaskEric Biggers2024-12-141-27/+21
| * crypto: khazad - stop using cra_alignmaskEric Biggers2024-12-141-11/+6
| * crypto: tea - stop using cra_alignmaskEric Biggers2024-12-141-50/+33
| * crypto: aria - stop using cra_alignmaskEric Biggers2024-12-141-20/+17
| * crypto: anubis - stop using cra_alignmaskEric Biggers2024-12-141-9/+5
| * crypto: skcipher - remove support for physical address walksEric Biggers2024-12-141-161/+26
| * crypto: sig - Set maskset to CRYPTO_ALG_TYPE_MASKHerbert Xu2024-12-101-3/+1
| * crypto: api - Call crypto_schedule_test outside of mutexHerbert Xu2024-12-101-10/+17
| * crypto: api - Fix boot-up self-test raceHerbert Xu2024-12-101-2/+2
* | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2025-01-226-107/+81
|\ \
| * | crypto: crct10dif - expose arch-optimized lib functionEric Biggers2024-12-012-18/+65
| * | lib/crc-t10dif: stop wrapping the crypto APIEric Biggers2024-12-013-83/+2
| * | crypto: crc32 - don't unnecessarily register arch algorithmsEric Biggers2024-12-012-4/+12
| * | lib/crc32: improve support for arch-specific overridesEric Biggers2024-12-012-4/+4
| * | lib/crc32: drop leading underscores from __crc32c_le_baseEric Biggers2024-12-011-4/+4
* | | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-211-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker2025-01-081-1/+1
* | | crypto: rsassa-pkcs1 - Copy source data for SG listHerbert Xu2024-12-101-31/+14
|/ /
* / module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0218-20/+20
|/
* Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-11-191-1/+1
|\
| * crypto: testmgr: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak2024-10-031-1/+1
* | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-1923-1055/+2330
|\ \
| * | crypto: rsassa-pkcs1 - Reinstate support for legacy protocolsLukas Wunner2024-11-104-5/+78
| * | crypto: asymmetric_keys - Remove unused functionsDr. David Alan Gilbert2024-11-021-63/+0
| * | crypto: api - move crypto_simd_disabled_for_test to libEric Biggers2024-10-281-6/+0
| * | crypto: crc32c - Provide crc32c-arch driver for accelerated library codeArd Biesheuvel2024-10-282-22/+73
| * | crypto: crc32 - Provide crc32-arch driver for accelerated library codeArd Biesheuvel2024-10-282-24/+71
| * | crypto: drbg - Use str_true_false() and str_enabled_disabled() helpersThorsten Blum2024-10-281-2/+3
| * | crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return ...Yi Yang2024-10-281-4/+8
| * | crypto: ecdsa - Update Kconfig help text for NIST P521Lukas Wunner2024-10-281-1/+1
| * | crypto: sig - Fix oops on KEYCTL_PKEY_QUERY for RSA keysLukas Wunner2024-10-261-12/+24
| * | crypto: jitter - output full sample from test interfaceJoachim Vandersmissen2024-10-192-17/+18