boringssl/crypto/rand
David Benjamin 1db476e7a5 Include openssl/chacha.h rather than duplicate the prototype.
Less chance of problems should the prototype ever change. This doesn't
make it any more or less a circular dependency. (It actually isn't;
crypto/chacha doesn't use crypto/rand and CMakeLists.txt actually puts
rand above chacha anyway.)

Change-Id: Ia80289f801f76551737233f158755aac99ddd74a
Reviewed-on: https://boringssl-review.googlesource.com/5262
Reviewed-by: Adam Langley <agl@google.com>
2015-07-01 19:35:56 +00:00
..
asm Add missing comma in .type pragma for rdrand code. 2015-06-23 15:01:45 -07:00
CMakeLists.txt rand: new-style locking and support rdrand. 2015-04-14 20:13:42 +00:00
hwrand.c Handle RDRAND failures. 2015-06-23 20:56:33 +00:00
internal.h Handle RDRAND failures. 2015-06-23 20:56:33 +00:00
rand.c Include openssl/chacha.h rather than duplicate the prototype. 2015-07-01 19:35:56 +00:00
urandom.c Handle EINTR in open and dup calls in urandom.c. 2015-07-01 00:50:05 +00:00
windows.c Use the correct case for Windows headers. 2015-06-09 21:38:04 +00:00