Searched refs:ub_initstate (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Drandom.h57 struct ub_randstate* ub_initstate(struct ub_randstate* from);
62 * @param state: must have been initialised with ub_initstate.
69 * @param state: must have been initialised with ub_initstate.
H A Drandom.c83 ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) function
115 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) function
150 struct ub_randstate* ub_initstate(struct ub_randstate* ATTR_UNUSED(from)) function
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c449 daemon->rand = ub_initstate(NULL);
H A Dworker.c1720 if(!(worker->rndstate = ub_initstate(daemon->rand))) {
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c114 if(!(ctx->seed_rnd = ub_initstate(NULL))) {
H A Dlibworker.c193 if(!(w->env->rnd = ub_initstate(ctx->seed_rnd))) {

Completed in 187 milliseconds