aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2023-05-17crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu
2023-05-17crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-25crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2022-06-25crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld
2018-08-03crypto: drbg - in-place cipher operation for CTRStephan Müller
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller
2018-04-21crypto: drbg - set freed buffers to NULLStephan Mueller
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef
2017-09-20crypto: drbg - fix freeing of resourcesStephan Mueller
2017-06-22crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller
2017-05-23crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef
2017-03-24crypto: DRBG - initialize SGL only onceStephan Mueller
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller
2016-08-24crypto: drbg - fix error return codeWei Yongjun
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller
2016-06-20crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter
2016-06-20crypto: drbg - fix semicolon.cocci warningsWu Fengguang
2016-06-15crypto: drbg - avoid duplicate maintenance of keyStephan Mueller
2016-06-15crypto: drbg - use full CTR AES for updateStephan Mueller
2016-06-15crypto: drbg - use aligned buffersStephan Mueller
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller
2016-06-02crypto: drbg - reduce number of setkey callsStephan Mueller
2016-04-05crypto: drbg - set HMAC key only when alteredStephan Mueller
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller
2015-12-10crypto: drbg - constify drbg_state_ops structuresJulia Lawall
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller
2015-05-27crypto: drbg - add async seeding operationStephan Mueller
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu
2015-04-21crypto: drbg - leave cipher handles operationalStephan Mueller
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller
2015-04-21crypto: drbg - fix drbg_generate return val checkStephan Mueller
2015-04-21cryoto: drbg - clear all temporary memoryStephan Mueller
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller