boringssl/crypto/rand
Adam Langley 730d69e159 Add CTR-DRBG.
This isn't actually used yet, but implements CTR-DRBG from SP 800-90Ar1.
Specifically, it always uses AES-256 and no derivation function.

Change-Id: Ie82b829590226addd7c165eac410a5d584858bfd
Reviewed-on: https://boringssl-review.googlesource.com/14891
Reviewed-by: Adam Langley <agl@google.com>
2017-04-14 16:54:40 +00:00
..
asm
CMakeLists.txt Add CTR-DRBG. 2017-04-14 16:54:40 +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
fuchsia.c Add support for Fuchsia in crypto/rand. 2017-01-13 21:47:11 +00:00
internal.h Add CTR-DRBG. 2017-04-14 16:54:40 +00:00
rand.c Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
urandom.c Guard the _GNU_SOURCE #define. 2017-02-03 22:15:09 +00:00
windows.c Add corpora for fuzzers with fuzzer mode disabled. 2016-11-09 16:53:37 +00:00