boringssl/crypto/rand
David Benjamin 1be2ec6756 Fold CRYPTO_hwrand and CRYPTO_have_hwrand together.
Since the caller must check for CRYPTO_hwrand failures anyway, there's not much
point in doing the CRYPTO_have_hwrand check externally.

(As a bonus, CRYPTO_hwrand no longer compiles to abort() on ARM, so linker
deduplicating won't confuse Chrome's crash reporter...)

Change-Id: I2191d835fbda5b70812f14cd9a873a5e35c30c6d
Reviewed-on: https://boringssl-review.googlesource.com/5630
Reviewed-by: Adam Langley <agl@google.com>
2015-08-07 02:02:24 +00:00
..
asm Add missing comma in .type pragma for rdrand code. 2015-06-23 15:01:45 -07:00
CMakeLists.txt
hwrand.c Fold CRYPTO_hwrand and CRYPTO_have_hwrand together. 2015-08-07 02:02:24 +00:00
internal.h Fold CRYPTO_hwrand and CRYPTO_have_hwrand together. 2015-08-07 02:02:24 +00:00
rand.c Fold CRYPTO_hwrand and CRYPTO_have_hwrand together. 2015-08-07 02:02:24 +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