Searched refs:RAND_reset_for_fuzzing (Results 1 – 6 of 6) sorted by relevance
519 __attribute__((weak)) void RAND_reset_for_fuzzing(void) { in RAND_reset_for_fuzzing() function523 RAND_reset_for_fuzzing(); in LLVMFuzzerTestOneInput()
563 __attribute__((weak)) void RAND_reset_for_fuzzing(void){}; in RAND_reset_for_fuzzing() function566 RAND_reset_for_fuzzing(); in LLVMFuzzerTestOneInput()
34 void RAND_reset_for_fuzzing(void) { g_num_calls = 0; } in RAND_reset_for_fuzzing() function
68 OPENSSL_EXPORT void RAND_reset_for_fuzzing(void);
293 RAND_reset_for_fuzzing(); in TestOneInput()
54 * Replace `RAND_bytes` with a deterministic PRNG. Call `RAND_reset_for_fuzzing()` at the start of f…