summaryrefslogtreecommitdiff
path: root/crypto/ansi_cprng.c
Commit message (Expand)AuthorAge
* crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu2015-04-22
* crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu2015-04-22
* crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-09
* crypto: add missing crypto module aliasesMathias Krause2015-01-13
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-24
* crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman2013-09-24
* crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna2012-08-01
* crypto: ansi_cprng - enforce key != seed in fips modeJarod Wilson2011-11-09
* Fix common misspellingsLucas De Marchi2011-03-31
* crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput2009-11-23
* crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin2009-10-27
* crypto: ansi_cprng - Add FIPS wrapperNeil Horman2009-10-19
* crypto: ansi_cprng - Fix module initializationSteffen Klassert2009-08-29
* crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior2009-07-03
* crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior2009-07-03
* crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman2009-02-18
* crypto: ansi_cprng - Force reset on allocationNeil Horman2009-02-18
* crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson2008-12-25
* crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson2008-12-25
* crypto: ansi_cprng - Allow resetting of DT valueNeil Horman2008-12-25
* crypto: rng - RNG interface and implementationNeil Horman2008-08-29