You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I call the FIPS_mode_set(1), then call RAND_pseudo_bytes for more than 1 << 24 times to trigger the reseed process, but Rand_poll() still cannot be called during the reseed process.