summaryrefslogtreecommitdiff
path: root/random/jitterentropy-noise.c
Commit message (Collapse)AuthorAgeFilesLines
* random: Avoid dereference of the ec before checking for NULLJakub Jelen2022-01-311-4/+6
| | | | | | | * random/jitterentropy-noise.c (jent_memaccess): Move check before dereferencing the pointer. -- Signed-off-by: Jakub Jelen <jjelen@redhat.com>
* jitterentropy: Fix for C90 compiler.NIIBE Yutaka2021-11-171-2/+4
| | | | | | | | | | * random/jitterentropy-noise.c (jent_hash_time): Declare hash_loop_cnt at the beginning of the function. -- GnuPG-bug-id: 5523 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* jitterentropy: Merge from jitterentropy-library-3.3.0.NIIBE Yutaka2021-11-171-0/+383
* random/jitterentropy-base.h: New. * random/jitterentropy-gcd.c: New. * random/jitterentropy-gcd.h: New. * random/jitterentropy-health.c: New. * random/jitterentropy-health.h: New. * random/jitterentropy-noise.c: New. * random/jitterentropy-noise.h: New. * random/jitterentropy-sha3.c: New. * random/jitterentropy-sha3.h: New. * random/jitterentropy-timer.c: New. * random/jitterentropy-timer.h: New. * random/jitterentropy-base.c: Update. * random/jitterentropy.h: Update. * random/jitterentropy-base-user.h: Update, keeping ours mostly. -- Unicode characters are replaced or removed (quotation mark, minus, and BOM). Inconsistent Tabs are replaced by spaces. GnuPG-bug-id: 5523 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>