Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: drbg - reseed often if seedsource is degraded | Stephan Mueller | 2015-06-10 | 1 | -0/+1 |
* | crypto: drbg - Use callback API for random readiness | Stephan Mueller | 2015-06-10 | 1 | -2/+1 |
* | crypto: drbg - use Jitter RNG to obtain seed | Stephan Mueller | 2015-05-27 | 1 | -0/+1 |
* | crypto: drbg - add async seeding operation | Stephan Mueller | 2015-05-27 | 1 | -0/+2 |
* | crypto: drbg - prepare for async seeding | Stephan Mueller | 2015-05-27 | 1 | -0/+2 |
* | crypto: drbg - Convert to new rng interface | Herbert Xu | 2015-04-22 | 1 | -38/+12 |
* | crypto: drbg - replace spinlock with mutex | Stephan Mueller | 2015-04-21 | 1 | -2/+2 |
* | crypto: drbg - fix maximum value checks on 32 bit systems | Stephan Mueller | 2014-08-26 | 1 | -0/+13 |
* | crypto: drbg - remove configuration of fixed values | Stephan Mueller | 2014-08-25 | 1 | -13/+6 |
* | crypto: drbg - Mix a time stamp into DRBG state | Stephan Mueller | 2014-07-08 | 1 | -1/+1 |
* | crypto: drbg - use of kernel linked list | Stephan Mueller | 2014-07-04 | 1 | -3/+4 |
* | crypto: drbg - header file for DRBG | Stephan Mueller | 2014-06-20 | 1 | -0/+289 |