summaryrefslogtreecommitdiffstats
path: root/crypto/ansi_cprng.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ansi_cprng - Convert to new rng interfaceHerbert Xu2015-04-221-45/+41
* crypto: ansi_cprng - Remove bogus inclusion of internal.hHerbert Xu2015-04-221-2/+0
* crypto: rng - RNGs must return 0 in success caseStephan Mueller2015-03-091-1/+5
* crypto: add missing crypto module aliasesMathias Krause2015-01-131-0/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman2013-09-241-2/+2
* crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna2012-08-011-40/+23
* crypto: ansi_cprng - enforce key != seed in fips modeJarod Wilson2011-11-091-0/+8
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* crypto: ansi_cprng - Move FIPS functions under CONFIG_CRYPTO_FIPSJaswinder Singh Rajput2009-11-231-28/+28
* crypto: ansi_cprng - Fix test in get_prng_bytesRoel Kluin2009-10-271-3/+0
* crypto: ansi_cprng - Add FIPS wrapperNeil Horman2009-10-191-9/+70
* crypto: ansi_cprng - Fix module initializationSteffen Klassert2009-08-291-8/+1
* crypto: ansi_prng - alloc cipher just in initSebastian Andrzej Siewior2009-07-031-17/+8
* crypto: ansi_prng - Use just a BH lockSebastian Andrzej Siewior2009-07-031-5/+4
* crypto: ansi_cprng - Panic on CPRNG test failure when in FIPS mode Neil Horman2009-02-181-0/+6
* crypto: ansi_cprng - Force reset on allocationNeil Horman2009-02-181-1/+10
* crypto: ansi_cprng - fix inverted DT increment routineJarod Wilson2008-12-251-1/+1
* crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytesJarod Wilson2008-12-251-6/+11
* crypto: ansi_cprng - Allow resetting of DT valueNeil Horman2008-12-251-3/+13
* crypto: rng - RNG interface and implementationNeil Horman2008-08-291-0/+417
OpenPOWER on IntegriCloud