aboutsummaryrefslogtreecommitdiff
path: root/crypto/jitterentropy.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: jitter - use permanent health test storageGravatar Stephan Müller 1-51/+74
2023-10-13crypto: jitter - reuse allocated entropy collectorGravatar Stephan Müller 1-10/+26
2023-10-01crypto: jitter - Allow configuration of memory sizeGravatar Stephan Müller 1-7/+9
2023-10-01crypto: jitter - add RCT/APT support for different OSRsGravatar Stephan Müller 1-114/+119
2023-08-11crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesGravatar Joachim Vandersmissen 1-3/+7
2023-06-02crypto: jitter - correct health test during initializationGravatar Stephan Müller 1-6/+3
2023-05-12crypto: jitter - replace LFSR with SHA3-256Gravatar Stephan Müller 1-97/+48
2023-04-06crypto: jitter - permanent and intermittent health errorsGravatar Stephan Müller 1-92/+52
2021-12-31crypto: jitter - add oversampling of noise sourceGravatar Stephan Müller 1-2/+21
2021-12-11crypto: jitter - quit sample collection loop upon RCT failureGravatar Nicolai Stange 1-1/+1
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeGravatar Nicolai Stange 1-4/+0
2021-11-26crypto: jitter - consider 32 LSB for APTGravatar Stephan Müller 1-2/+1
2021-09-17crypto: jitter - drop kernel-doc notationGravatar Randy Dunlap 1-12/+12
2021-03-26crypto: jitterentropy - Put constants on the right side of the expressionGravatar Milan Djurovic 1-4/+4
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-2/+2
2020-04-24crypto: jitter - SP800-90B complianceGravatar Stephan Müller 1-101/+316
2019-10-18crypto: jitter - add header to fix buildwarningsGravatar Ben Dooks 1-6/+1
2019-10-05crypto: jitter - fix commentsGravatar Alexander E. Patrakov 1-3/+3
2019-06-06crypto: jitter - update implementation to 2.1.2Gravatar Stephan Müller 1-223/+82
2015-06-25crypto: jitterentropy - Delete unnecessary checks before the function call "k...Gravatar Markus Elfring 1-4/+2
2015-06-25crypto: jitterentropy - avoid compiler warningsGravatar Stephan Mueller 1-176/+37
2015-06-09crypto: drbg - use pragmas for disabling optimizationGravatar Stephan Mueller 1-4/+26
2015-05-28crypto: jitterentropy - remove timekeeping_valid_for_hresGravatar Stephan Mueller 1-3/+0
2015-05-27crypto: jitterentropy - add jitterentropy RNGGravatar Stephan Mueller 1-0/+909