aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/drbg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller1-0/+2
2018-08-03crypto: drbg - in-place cipher operation for CTRStephan Müller1-2/+0
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller1-0/+1
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef1-2/+1
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller1-0/+2
2016-06-15crypto: drbg - use aligned buffersStephan Mueller1-0/+3
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller1-0/+9
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller1-4/+0
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller1-0/+1
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller1-2/+1
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller1-0/+1
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+2
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller1-0/+2
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu1-38/+12
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller1-2/+2
2014-08-26crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller1-0/+13
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller1-13/+6
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller1-1/+1
2014-07-04crypto: drbg - use of kernel linked listStephan Mueller1-3/+4
2014-06-20crypto: drbg - header file for DRBGStephan Mueller1-0/+289