aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2018-08-03crypto: drbg - in-place cipher operation for CTRStephan Müller
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller
2018-04-21crypto: drbg - set freed buffers to NULLStephan Mueller
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef
2017-09-20crypto: drbg - fix freeing of resourcesStephan Mueller
2017-06-22crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller
2017-05-23crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef
2017-03-24crypto: DRBG - initialize SGL only onceStephan Mueller
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller
2016-08-24crypto: drbg - fix error return codeWei Yongjun
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller
2016-06-20crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter
2016-06-20crypto: drbg - fix semicolon.cocci warningsWu Fengguang
2016-06-15crypto: drbg - avoid duplicate maintenance of keyStephan Mueller
2016-06-15crypto: drbg - use full CTR AES for updateStephan Mueller
2016-06-15crypto: drbg - use aligned buffersStephan Mueller
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller
2016-06-02crypto: drbg - reduce number of setkey callsStephan Mueller
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