summaryrefslogtreecommitdiffstats
path: root/include/crypto/drbg.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: drbg - reseed often if seedsource is degradedStephan Mueller2015-06-101-0/+1
* crypto: drbg - Use callback API for random readinessStephan Mueller2015-06-101-2/+1Star
* crypto: drbg - use Jitter RNG to obtain seedStephan Mueller2015-05-271-0/+1
* crypto: drbg - add async seeding operationStephan Mueller2015-05-271-0/+2
* crypto: drbg - prepare for async seedingStephan Mueller2015-05-271-0/+2
* crypto: drbg - Convert to new rng interfaceHerbert Xu2015-04-221-38/+12Star
* crypto: drbg - replace spinlock with mutexStephan Mueller2015-04-211-2/+2
* crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller2014-08-261-0/+13
* crypto: drbg - remove configuration of fixed valuesStephan Mueller2014-08-251-13/+6Star
* crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller2014-07-081-1/+1
* crypto: drbg - use of kernel linked listStephan Mueller2014-07-041-3/+4
* crypto: drbg - header file for DRBGStephan Mueller2014-06-201-0/+289