summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: akcipher - default implementation for setting a private keyIgnat Korchagin2022-10-261-0/+8
* KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-211-2/+5
* crypto: memneq - move into lib/Jason A. Donenfeld2022-06-223-169/+2
* crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-06-091-12/+11
* crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-06-061-4/+4
* crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange2022-06-061-50/+11
* crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange2022-06-061-9/+21
* crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange2022-06-061-4/+8
* crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange2022-06-061-9/+10
* lib/crypto: add prompts back to crypto librariesJustin M. Forbes2022-06-061-2/+0
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-05-301-9/+8
* lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-05-301-2/+2
* lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-05-301-1/+2
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2022-05-301-67/+9
* crypto: blake2s - remove unneeded includesEric Biggers2022-05-301-2/+0
* crypto: blake2s - define shash_alg structs using macrosEric Biggers2022-05-301-61/+27
* crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu2022-04-081-1/+1
* crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers2022-04-081-0/+2
* crypto: rsa-pkcs1pad - restore signature length checkEric Biggers2022-04-081-1/+1
* crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers2022-04-081-1/+1
* crypto: rsa-pkcs1pad - only allow with rsaEric Biggers2022-04-081-0/+5
* crypto: api - Move cryptomgr soft dependency into algapiHerbert Xu2022-02-112-1/+1
* crypto: jitter - consider 32 LSB for APTStephan Müller2022-01-271-2/+1
* crypto: pcrypt - Delay write to padata->infoDaniel Jordan2021-11-181-4/+8
* crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann2021-11-181-1/+1
* crypto: sm2 - fix a memory leak in sm2Hongbo Li2021-07-141-14/+10
* crypto: sm2 - remove unnecessary reset operationsTianjia Zhang2021-07-141-46/+29
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-141-3/+15
* async_xor: check src_offs is not NULL before updating itXiao Ni2021-06-161-1/+2
* async_xor: increase src_offs when dropping destination pageXiao Ni2021-05-141-0/+1
* crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers2021-05-111-7/+3
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-05-111-1/+1
* crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki2021-03-171-1/+1
* crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel2021-03-071-10/+10
* crypto: michael_mic - fix broken misalignment handlingArd Biesheuvel2021-03-041-19/+12
* crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli2021-03-041-0/+3
* crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai2021-01-271-0/+2
* X.509: Fix crash caused by NULL pointerTianjia Zhang2021-01-231-1/+2
* crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman2021-01-121-1/+1
* crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel2021-01-121-1/+2
* crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel2020-12-301-4/+5
* crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld2020-12-301-1/+1
* crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers2020-12-261-3/+7
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-134-92/+287
|\
| * md/raid6: let async recovery function support different page offsetYufen Yu2020-09-242-45/+122
| * md/raid6: let syndrome computor support different page offsetYufen Yu2020-09-242-32/+64
| * md/raid5: add new xor function to support different page offsetYufen Yu2020-09-241-17/+103
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-1328-153/+1122
|\ \ | |/ |/|
| * X.509: Fix modular build of public_key_sm2Herbert Xu2020-10-083-64/+57
| * crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor2020-10-081-3/+1