summaryrefslogtreecommitdiff
path: root/crypto/drbg.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-03crypto: drbg - in-place cipher operation for CTRStephan Müller1-20/+14
2018-07-20crypto: drbg - eliminate constant reinitialization of SGLStephan Mueller1-4/+7
2018-04-21crypto: drbg - set freed buffers to NULLStephan Mueller1-0/+2
2017-11-03crypto: drbg - move to generic async completionGilad Ben-Yossef1-27/+9
2017-09-20crypto: drbg - fix freeing of resourcesStephan Mueller1-4/+4
2017-06-22crypto: drbg - Fixes panic in wait_for_completion callStephan Mueller1-0/+1
2017-05-23crypto: drbg - wait for crypto op not signal safeGilad Ben-Yossef1-3/+2
2017-03-24crypto: DRBG - initialize SGL only onceStephan Mueller1-3/+2
2016-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-5/+24
2016-11-30crypto: drbg - prevent invalid SG mappingsStephan Mueller1-5/+24
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller1-0/+1
2016-08-24crypto: drbg - fix error return codeWei Yongjun1-5/+11
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller1-11/+4
2016-06-20crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter1-1/+1
2016-06-20crypto: drbg - fix semicolon.cocci warningsWu Fengguang1-1/+1
2016-06-15crypto: drbg - avoid duplicate maintenance of keyStephan Mueller1-2/+1
2016-06-15crypto: drbg - use full CTR AES for updateStephan Mueller1-17/+13
2016-06-15crypto: drbg - use aligned buffersStephan Mueller1-20/+24
2016-06-15crypto: drbg - use CTR AES instead of ECB AESStephan Mueller1-54/+139
2016-06-02crypto: drbg - reduce number of setkey callsStephan Mueller1-9/+24
2016-04-05crypto: drbg - set HMAC key only when alteredStephan Mueller1-14/+25
2016-01-25crypto: drbg - remove FIPS 140-2 continuous testStephan Mueller1-64/+0
2015-12-10crypto: drbg - constify drbg_state_ops structuresJulia Lawall1-3/+3
2015-06-11crypto: drbg - report backend_cra_name when allocation failsSergey Senozhatsky1-2/+4
2015-06-10crypto: drbg - reseed often if seedsource is degradedStephan Mueller1-1/+11
2015-06-10crypto: drbg - Use callback API for random readinessStephan Mueller1-91/+126
2015-06-04crypto: drbg - Add stdrng alias and increase priorityHerbert Xu1-1/+2
2015-05-27crypto: drbg - use Jitter RNG to obtain seedStephan Mueller1-7/+45
2015-05-27crypto: drbg - add async seeding operationStephan Mueller1-0/+24
2015-05-27crypto: drbg - prepare for async seedingStephan Mueller1-27/+54
2015-04-23crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanityHerbert Xu1-4/+0
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu1-69/+54
2015-04-21crypto: drbg - Do not seed RNG in drbg_kcapi_initHerbert Xu1-48/+55
2015-04-21crypto: drbg - Initialise mutex in drbg_healthcheck_sanityHerbert Xu1-0/+2
2015-04-21crypto: drbg - leave cipher handles operationalStephan Mueller1-8/+4
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller1-119/+25
2015-04-21crypto: drbg - fix drbg_generate return val checkStephan Mueller1-7/+7
2015-04-21cryoto: drbg - clear all temporary memoryStephan Mueller1-1/+1
2015-03-09crypto: rng - RNGs must return 0 in success caseStephan Mueller1-1/+6
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller1-18/+0
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller1-23/+16
2015-01-05Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data"Herbert Xu1-12/+11
2014-12-22crypto: drbg - panic on continuous self test errorStephan Mueller1-9/+2
2014-11-27crypto: drbg - use memzero_explicit() for clearing sensitive dataNickolaus Woodruff1-11/+12
2014-11-26crypto: drbg - use MODULE_ALIAS_CRYPTOStephan Mueller1-22/+22
2014-11-10crypto: drbg - add MODULE_ALIAS for all DRBG typesStephan Mueller1-0/+25
2014-10-24crypto: drbg - use crypto_incStephan Mueller1-41/+38
2014-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-3/+0
2014-09-05crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller1-3/+0
2014-08-26crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller1-2/+2