> -       if ((fast_pool->count < 64) &&
> -           !time_after(now, fast_pool->last + HZ))
> -               return;
> -

I suspect you still want the rate-limiting in place. But if you _do_
want to cheat like this, you could instead just modify the condition
to only relax the rate limiting when !crng_init().

Reply via email to