Home
last modified time | relevance | path

Searched refs:ub_initstate (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Drandom.c83 ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) in ub_initstate() function
115 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) in ub_initstate() function
150 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) in ub_initstate() function
H A Drandom.h57 struct ub_randstate* ub_initstate(struct ub_randstate* from);
H A Dconfig_file.c1814 struct ub_randstate *rand = ub_initstate(NULL); in extract_port_from_str()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c549 daemon->rand = ub_initstate(NULL); in daemon_create_workers()
H A Dworker.c2175 if(!(worker->rndstate = ub_initstate(daemon->rand))) { in worker_init()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c179 if(!(w->env->rnd = ub_initstate(ctx->seed_rnd))) { in libworker_setup()
H A Dlibunbound.c117 if(!(ctx->seed_rnd = ub_initstate(NULL))) { in ub_ctx_create_nopipe()