summaryrefslogtreecommitdiffstats
path: root/include/crypto/drbg.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2019-05-231-0/+2
* crypto: drbg - in-place cipher operation for CTRStephan Müller2018-08-031-2/+0Star
* crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller2018-07-201-0/+1
* crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-031-2/+1Star
* 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/+0Star
* 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