Age | Commit message (Expand) | Author |
2021-11-26 | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes() | Nicolai Stange |
2021-11-26 | crypto: drbg - make reseeding from get_random_bytes() synchronous | Nicolai Stange |
2021-11-26 | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() | Nicolai Stange |
2021-11-26 | crypto: drbg - prepare for more fine-grained tracking of seeding state | Nicolai Stange |
2020-04-24 | crypto: drbg - always seeded with SP800-90B compliant noise source | Stephan Müller |
2019-05-23 | crypto: drbg - add FIPS 140-2 CTRNG for noise source | Stephan Mueller |
2018-08-03 | crypto: drbg - in-place cipher operation for CTR | Stephan Müller |
2018-07-20 | crypto: drbg - eliminate constant reinitialization of SGL | Stephan Mueller |
2017-11-03 | crypto: drbg - move to generic async completion | Gilad Ben-Yossef |
2016-11-30 | crypto: drbg - prevent invalid SG mappings | Stephan Mueller |
2016-06-15 | crypto: drbg - use aligned buffers | Stephan Mueller |
2016-06-15 | crypto: drbg - use CTR AES instead of ECB AES | Stephan Mueller |
2016-01-25 | crypto: drbg - remove FIPS 140-2 continuous test | Stephan Mueller |
2015-06-10 | crypto: drbg - reseed often if seedsource is degraded | Stephan Mueller |
2015-06-10 | crypto: drbg - Use callback API for random readiness | Stephan Mueller |
2015-05-27 | crypto: drbg - use Jitter RNG to obtain seed | Stephan Mueller |
2015-05-27 | crypto: drbg - add async seeding operation | Stephan Mueller |
2015-05-27 | crypto: drbg - prepare for async seeding | Stephan Mueller |
2015-04-22 | crypto: drbg - Convert to new rng interface | Herbert Xu |
2015-04-21 | crypto: drbg - replace spinlock with mutex | Stephan Mueller |
2014-08-26 | crypto: drbg - fix maximum value checks on 32 bit systems | Stephan Mueller |
2014-08-25 | crypto: drbg - remove configuration of fixed values | Stephan Mueller |
2014-07-08 | crypto: drbg - Mix a time stamp into DRBG state | Stephan Mueller |
2014-07-04 | crypto: drbg - use of kernel linked list | Stephan Mueller |
2014-06-20 | crypto: drbg - header file for DRBG | Stephan Mueller |