aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2023-04-06crypto: drbg - Only fail when jent is unavailable in FIPS modeHerbert Xu
2022-08-19crypto: drbg - remove unnecessary (void*) conversionsDong Chuanjian
2021-12-11crypto: drbg - ignore jitterentropy errors if not in FIPS modeNicolai Stange
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Nicolai Stange
2021-11-26crypto: drbg - make drbg_prepare_hrng() handle jent instantiation errorsNicolai Stange
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2021-11-26crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed()Nicolai Stange
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2021-09-17crypto: drbg - Fix unused value warning in drbg_healthcheck_sanity()Tim Gardner
2021-05-28crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBGStephan Müller
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-15crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
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