aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/drbg.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-26crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes()Gravatar Nicolai Stange 1-0/+1
2021-11-26crypto: drbg - make reseeding from get_random_bytes() synchronousGravatar Nicolai Stange 1-2/+0
2021-11-26crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Gravatar Nicolai Stange 1-0/+1
2021-11-26crypto: drbg - prepare for more fine-grained tracking of seeding stateGravatar Nicolai Stange 1-1/+6
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceGravatar Stephan Müller 1-5/+1
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceGravatar Stephan Mueller 1-0/+2
2018-08-03crypto: drbg - in-place cipher operation for CTRGravatar Stephan Müller 1-2/+0
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLGravatar Stephan Mueller 1-0/+1
2017-11-03crypto: drbg - move to generic async completionGravatar Gilad Ben-Yossef 1-2/+1
2016-11-30crypto: drbg - prevent invalid SG mappingsGravatar Stephan Mueller 1-0/+2
2016-06-15crypto: drbg - use aligned buffersGravatar Stephan Mueller 1-0/+3
2016-06-15crypto: drbg - use CTR AES instead of ECB AESGravatar Stephan Mueller 1-0/+9
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testGravatar Stephan Mueller 1-4/+0
2015-06-10crypto: drbg - reseed often if seedsource is degradedGravatar Stephan Mueller 1-0/+1
2015-06-10crypto: drbg - Use callback API for random readinessGravatar Stephan Mueller 1-2/+1
2015-05-27crypto: drbg - use Jitter RNG to obtain seedGravatar Stephan Mueller 1-0/+1
2015-05-27crypto: drbg - add async seeding operationGravatar Stephan Mueller 1-0/+2
2015-05-27crypto: drbg - prepare for async seedingGravatar Stephan Mueller 1-0/+2
2015-04-22crypto: drbg - Convert to new rng interfaceGravatar Herbert Xu 1-38/+12
2015-04-21crypto: drbg - replace spinlock with mutexGravatar Stephan Mueller 1-2/+2
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsGravatar Stephan Mueller 1-0/+13
2014-08-25crypto: drbg - remove configuration of fixed valuesGravatar Stephan Mueller 1-13/+6
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateGravatar Stephan Mueller 1-1/+1
2014-07-04crypto: drbg - use of kernel linked listGravatar Stephan Mueller 1-3/+4
2014-06-20crypto: drbg - header file for DRBGGravatar Stephan Mueller 1-0/+289