' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/crypto/drbg.c
AgeCommit message (Expand)Author
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-15crypto: drbg - always try to free Jitter RNG instanceStephan Müller
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
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