boringssl/crypto/rand
Adam Langley 90ada2f4ec Implement a “continuous RNG test” in FIPS mode.
FIPS requires that the output of the entropy source be checked to ensure
that no two n-bit blocks are equal.

Change-Id: Ia086ca5c888770e0fd71ee052278f77b544b9983
Reviewed-on: https://boringssl-review.googlesource.com/14926
Reviewed-by: Adam Langley <agl@google.com>
2017-04-14 16:57:06 +00:00
..
asm Add missing comma in .type pragma for rdrand code. 2015-06-23 15:01:45 -07:00
CMakeLists.txt Make fork-unsafe buffering act via CTR-DRBG. 2017-04-14 16:55:49 +00:00
ctrdrbg_test.cc Add CTR-DRBG. 2017-04-14 16:54:40 +00:00
ctrdrbg_vector_test.cc Add CTR-DRBG. 2017-04-14 16:54:40 +00:00
ctrdrbg_vectors.txt Add CTR-DRBG. 2017-04-14 16:54:40 +00:00
ctrdrbg.c Add CTR-DRBG. 2017-04-14 16:54:40 +00:00
deterministic.c Remove TODO. 2017-03-25 16:29:04 +00:00
forkunsafe.c Make fork-unsafe buffering act via CTR-DRBG. 2017-04-14 16:55:49 +00:00
fuchsia.c Add support for Fuchsia in crypto/rand. 2017-01-13 21:47:11 +00:00
internal.h Make fork-unsafe buffering act via CTR-DRBG. 2017-04-14 16:55:49 +00:00
rand.c Implement a “continuous RNG test” in FIPS mode. 2017-04-14 16:57:06 +00:00
urandom.c In FIPS mode, block at start up until the kernel has sufficient entropy. 2017-04-14 16:56:09 +00:00
windows.c Add corpora for fuzzers with fuzzer mode disabled. 2016-11-09 16:53:37 +00:00