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

/freebsd-11-stable/contrib/unbound/util/
H A Drandom.h65 long int ub_random(struct ub_randstate* state);
H A Drandom.c94 ub_random(struct ub_randstate* ATTR_UNUSED(s)) function
125 long int ub_random(struct ub_randstate* ATTR_UNUSED(state)) function
175 long int ub_random(struct ub_randstate* s) function
196 long int v = ub_random(state);
198 v = ub_random(state);
/freebsd-11-stable/contrib/unbound/daemon/
H A Ddaemon.c452 hash_set_raninit((uint32_t)ub_random(daemon->rand));
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c1745 pend->id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;
1752 pend->id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;
2047 id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;
2053 id = ((unsigned)ub_random(outnet->rnd)>>8) & 0xffff;
2153 else w->id = ((unsigned)ub_random(sq->outnet->rnd)>>8) & 0xffff;
2465 random = ub_random(rnd);
H A Dauthzone.c5213 xfr->task_transfer->id = (uint16_t)(ub_random(env->rnd)&0xffff);
6063 xfr->task_probe->id = (uint16_t)(ub_random(env->rnd)&0xffff);
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c213 hash_set_raninit((uint32_t)ub_random(w->env->rnd));

Completed in 407 milliseconds