16 #include "../fipsmodule/rand/internal.h"
18 #if defined(BORINGSSL_FIPS)
22 void RAND_need_entropy(
size_t bytes_needed) {
25 if (
todo > bytes_needed) {
30 CRYPTO_get_seed_entropy(
buf,
todo, &used_cpu);
31 RAND_load_entropy(
buf,
todo, used_cpu);