summaryrefslogtreecommitdiffstats
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2016-04-05crypto: drbg - set HMAC key only when alteredStephan Mueller
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller
2015-12-10crypto: drbg - constify drbg_state_ops structuresJulia Lawall
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller
2015-05-27crypto: drbg - add async seeding operationStephan Mueller
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu
2015-04-21crypto: drbg - leave cipher handles operationalStephan Mueller
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller
2015-04-21crypto: drbg - fix drbg_generate return val checkStephan Mueller
2015-04-21cryoto: drbg - clear all temporary memoryStephan Mueller
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu
2014-12-22crypto: drbg - panic on continuous self test errorStephan Mueller
2014-11-27crypto: drbg - use memzero_explicit() for clearing sensitive dataNickolaus Woodruff
2014-11-26crypto: drbg - use MODULE_ALIAS_CRYPTOStephan Mueller
2014-11-10crypto: drbg - add MODULE_ALIAS for all DRBG typesStephan Mueller
2014-10-24crypto: drbg - use crypto_incStephan Mueller
2014-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2014-09-05crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller
2014-08-26crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller
2014-08-25crypto: drbg - remove unnecessary sanity check for shadow stateStephan Mueller
2014-08-25crypto: drbg - remove configuration of fixed valuesStephan Mueller
2014-08-25crypto: drbg - remove unnecessary sanity checksStephan Mueller
2014-08-25crypto: drbg - use kmalloc instead of kzalloc for V and CStephan Mueller
2014-08-25crypto: drbg - remove superflowous memset(0)Stephan Mueller
2014-08-25crypto: drbg - remove superflowous checksStephan Mueller
2014-08-25crypto: drbg - kzfree does not need a check for NULL pointerStephan Mueller
2014-08-25crypto: drbg - replace int2byte with cpu_to_beStephan Mueller
2014-08-01crypto: drbg - fix failure of generating multiple of 2**16 bytesStephan Mueller
2014-07-10crypto: drbg - drbg_exit() can be staticFengguang Wu
2014-07-08crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bitsStephan Mueller
2014-07-08crypto: drbg - Mix a time stamp into DRBG stateStephan Mueller
2014-07-08crypto: drbg - Select correct DRBG core for stdrngStephan Mueller
2014-07-08crypto: drbg - Call CTR DRBG DF function only onceStephan Mueller
2014-07-08crypto: drbg - Fix format string for debugging statementsStephan Mueller
2014-07-08crypto: drbg - cleanup of preprocessor macrosStephan Mueller
2014-07-04crypto: drbg - Use Kconfig to ensure at least one RNG option is setHerbert Xu
2014-07-04crypto: drbg - use of kernel linked listStephan Mueller
2014-07-04crypto: drbg - fix memory corruption for AES192Stephan Mueller
2014-06-26crypto: drbg - simplify ordering of linked list in drbg_ctr_dfStephan Mueller