aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/drbg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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