aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/jitterentropy.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: jitter - use permanent health test storageStephan Müller1-51/+74
2023-10-13crypto: jitter - reuse allocated entropy collectorStephan Müller1-10/+26
2023-10-01crypto: jitter - Allow configuration of memory sizeStephan Müller1-7/+9
2023-10-01crypto: jitter - add RCT/APT support for different OSRsStephan Müller1-114/+119
2023-08-11crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen1-3/+7
2023-06-02crypto: jitter - correct health test during initializationStephan Müller1-6/+3
2023-05-12crypto: jitter - replace LFSR with SHA3-256Stephan Müller1-97/+48
2023-04-06crypto: jitter - permanent and intermittent health errorsStephan Müller1-92/+52
2021-12-31crypto: jitter - add oversampling of noise sourceStephan Müller1-2/+21
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange1-1/+1
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange1-4/+0
2021-11-26crypto: jitter - consider 32 LSB for APTStephan Müller1-2/+1
2021-09-17crypto: jitter - drop kernel-doc notationRandy Dunlap1-12/+12
2021-03-26crypto: jitterentropy - Put constants on the right side of the expressionMilan Djurovic1-4/+4
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-04-24crypto: jitter - SP800-90B complianceStephan Müller1-101/+316
2019-10-18crypto: jitter - add header to fix buildwarningsBen Dooks1-6/+1
2019-10-05crypto: jitter - fix commentsAlexander E. Patrakov1-3/+3
2019-06-06crypto: jitter - update implementation to 2.1.2Stephan Müller1-223/+82
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring1-4/+2
2015-06-25crypto: jitterentropy - avoid compiler warningsStephan Mueller1-176/+37
2015-06-09crypto: drbg - use pragmas for disabling optimizationStephan Mueller1-4/+26
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller1-3/+0
2015-05-27crypto: jitterentropy - add jitterentropy RNGStephan Mueller1-0/+909