Searched refs:rndstate (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/unbound/libunbound/
H A Dlibworker.h88 struct ub_randstate* rndstate; member in struct:libworker
/freebsd-current/contrib/unbound/daemon/
H A Dworker.h117 struct ub_randstate* rndstate; member in struct:worker
H A Dworker.c160 + sizeof(worker->rndstate)
2087 if(!(worker->rndstate = ub_initstate(daemon->rand))) {
2188 worker->daemon->env->infra_cache, worker->rndstate,
2236 worker->env.rnd = worker->rndstate;
2364 ub_randfree(worker->rndstate);

Completed in 115 milliseconds