summaryrefslogtreecommitdiff
path: root/crypto/rmd256.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-07crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the managerJason A. Donenfeld1-1/+1
2022-07-07crypto: Kconfig - allow tests to be disabled when manager is disabledJason A. Donenfeld1-4/+0
2022-07-07crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld3-4/+27
2022-07-07crypto: chacha_generic - remove unnecessary setkey() functionsEric Biggers1-15/+3
2022-07-07crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld1-0/+6
2022-07-07crypto: curve25519 - implement generic KPP driverArd Biesheuvel3-0/+96
2022-07-07crypto: curve25519 - add kpp selftestArd Biesheuvel2-0/+1231
2022-07-07crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel1-0/+5
2022-07-07crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel1-0/+1
2022-07-07crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2-8/+5
2022-07-07crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-21/+1
2022-07-07crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel1-3/+3
2022-07-07crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel4-192/+16
2022-07-07crypto: chacha - unexport chacha_generic routinesArd Biesheuvel1-18/+8
2022-07-07crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel1-0/+6
2022-07-07crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel1-0/+1
2022-07-07crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel1-1/+1
2022-07-07crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2-55/+6
2022-07-07crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel1-12/+1
2022-06-22crypto: drbg - make reseeding from get_random_bytes() synchronousgregkh/stable-5.4.yNicolai Stange1-50/+11
2022-06-22crypto: drbg - always try to free Jitter RNG instanceStephan Müller1-2/+4
2022-06-22crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange1-9/+21
2022-06-22crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-4/+8
2022-06-22crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-9/+10
2022-06-22crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-7/+19
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld1-9/+8
2022-06-14crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior1-12/+11
2022-06-06crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov1-4/+4
2022-04-15crypto: authenc - Fix sleep in atomic context in decrypt_tailHerbert Xu1-1/+1
2022-04-15crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()Eric Biggers1-0/+2
2022-04-15crypto: rsa-pkcs1pad - restore signature length checkEric Biggers1-1/+1
2022-04-15crypto: rsa-pkcs1pad - correctly get hash from source scatterlistEric Biggers1-1/+1
2021-11-17crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-11-17crypto: ecc - fix CRYPTO_DEFAULT_RNG dependencyArnd Bergmann1-1/+1
2021-07-14crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel1-3/+15
2021-05-11crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers1-7/+3
2021-05-11crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel1-1/+1
2021-03-20crypto: x86 - Regularize glue function prototypesKees Cook2-10/+14
2021-03-07crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel1-10/+10
2021-03-04crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()Daniele Alessandrelli1-0/+3
2021-01-12crypto: asym_tpm: correct zero out potential secretsGreg Kroah-Hartman1-1/+1
2021-01-12crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel1-1/+2
2020-12-30crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel1-4/+5
2020-12-30crypto: af_alg - avoid undefined behavior accessing salg_nameEric Biggers1-3/+7
2020-10-29crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu1-1/+1
2020-10-29crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu1-3/+4
2020-09-03crypto: af_alg - Work around empty control messages without MSG_MOREHerbert Xu1-3/+10
2020-08-21crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2-12/+1
2020-08-21crypto: af_alg - Fix regression on empty requestsHerbert Xu1-1/+1
2020-08-21crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu3-7/+12