Home
last modified time | relevance | path

Searched refs:rndstate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dlibworker.h88 struct ub_randstate* rndstate; member
/freebsd/contrib/unbound/daemon/
H A Dworker.h117 struct ub_randstate* rndstate; member
H A Dworker.c160 + sizeof(worker->rndstate) in worker_mem_report()
2086 if(!(worker->rndstate = ub_initstate(daemon->rand))) { in worker_create()
2189 worker->daemon->env->infra_cache, worker->rndstate, in worker_init()
2237 worker->env.rnd = worker->rndstate; in worker_init()
2365 ub_randfree(worker->rndstate); in worker_delete()
/freebsd/contrib/unbound/doc/
H A DChangelog12273 - malloc rndstate, so that it is aligned for access.