boringssl/crypto/rand
Matt Braithwaite bc97c69d76 Make methods of |RAND_SSLEay| do reasonable things.
This means e.g. that a caller can say:

  RAND_SSLEay()->bytes(...)

and so on.  But in exchange for this convenience, I've changed the
signatures to be more BoringSSL-ish (|size_t| instead of |int|).
That's fine; |RAND_set_rand_method(SSLEay())| still works.  And by
works I mean "does nothing".

Change-Id: I35479b5efb759da910ce46e22298168b78c9edcf
Reviewed-on: https://boringssl-review.googlesource.com/5472
Reviewed-by: Adam Langley <agl@google.com>
2015-07-23 17:58:51 +00:00
..
asm Add missing comma in .type pragma for rdrand code. 2015-06-23 15:01:45 -07:00
CMakeLists.txt
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 Make methods of |RAND_SSLEay| do reasonable things. 2015-07-23 17:58:51 +00:00
urandom.c Handle EINTR in open and dup calls in urandom.c. 2015-07-01 00:50:05 +00:00
windows.c