summaryrefslogtreecommitdiffstats
path: root/include/crypto/drbg.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-301-0/+2
* crypto: drbg - use aligned buffersStephan Mueller2016-06-151-0/+3
* crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-151-0/+9
* crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller2016-01-251-4/+0
* 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/+1
* 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/+12
* 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/+6
* 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