summaryrefslogtreecommitdiffstats
path: root/crypto/jitterentropy.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: jitter - use permanent health test storageStephan Müller2023-10-271-51/+74
* crypto: jitter - reuse allocated entropy collectorStephan Müller2023-10-131-10/+26
* crypto: jitter - Allow configuration of memory sizeStephan Müller2023-10-011-7/+9
* crypto: jitter - add RCT/APT support for different OSRsStephan Müller2023-10-011-114/+119
* crypto: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen2023-08-111-3/+7
* crypto: jitter - correct health test during initializationStephan Müller2023-06-021-6/+3
* crypto: jitter - replace LFSR with SHA3-256Stephan Müller2023-05-121-97/+48
* crypto: jitter - permanent and intermittent health errorsStephan Müller2023-04-061-92/+52
* crypto: jitter - add oversampling of noise sourceStephan Müller2021-12-311-2/+21
* crypto: jitter - quit sample collection loop upon RCT failureNicolai Stange2021-12-111-1/+1
* crypto: jitter - don't limit ->health_failure check to FIPS modeNicolai Stange2021-12-111-4/+0
* crypto: jitter - consider 32 LSB for APTStephan Müller2021-11-261-2/+1
* crypto: jitter - drop kernel-doc notationRandy Dunlap2021-09-171-12/+12
* crypto: jitterentropy - Put constants on the right side of the expressionMilan Djurovic2021-03-261-4/+4
* crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-231-2/+2
* crypto: jitter - SP800-90B complianceStephan Müller2020-04-241-101/+316
* crypto: jitter - add header to fix buildwarningsBen Dooks2019-10-181-6/+1
* crypto: jitter - fix commentsAlexander E. Patrakov2019-10-051-3/+3
* crypto: jitter - update implementation to 2.1.2Stephan Müller2019-06-061-223/+82
* crypto: jitterentropy - Delete unnecessary checks before the function call "k...Markus Elfring2015-06-251-4/+2
* crypto: jitterentropy - avoid compiler warningsStephan Mueller2015-06-251-176/+37
* crypto: drbg - use pragmas for disabling optimizationStephan Mueller2015-06-091-4/+26
* crypto: jitterentropy - remove timekeeping_valid_for_hresStephan Mueller2015-05-281-3/+0
* crypto: jitterentropy - add jitterentropy RNGStephan Mueller2015-05-271-0/+909