Searched refs:strong_rng_context (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c175 static rng_context_t strong_rng_context; variable
288 && rng_ctx != strong_rng_context)
487 && rng_ctx != strong_rng_context)
768 strong_rng_context = gcry_xcalloc_secure (1, sizeof *strong_rng_context);
769 setup_guards (strong_rng_context);
776 gcry_assert (!strong_rng_context->test_dt_ptr);
779 check_guards (strong_rng_context);
828 get_random (buffer, length, strong_rng_context);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c175 static rng_context_t strong_rng_context; variable
288 && rng_ctx != strong_rng_context)
487 && rng_ctx != strong_rng_context)
768 strong_rng_context = gcry_xcalloc_secure (1, sizeof *strong_rng_context);
769 setup_guards (strong_rng_context);
776 gcry_assert (!strong_rng_context->test_dt_ptr);
779 check_guards (strong_rng_context);
828 get_random (buffer, length, strong_rng_context);

Completed in 88 milliseconds