Home
last modified time | relevance | path

Searched refs:ub_random (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/util/
H A Drandom.c94 ub_random(struct ub_randstate* ATTR_UNUSED(s)) in ub_random() function
125 long int ub_random(struct ub_randstate* ATTR_UNUSED(state)) in ub_random() function
175 long int ub_random(struct ub_randstate* s) in ub_random() function
196 long int v = ub_random(state); in ub_random_max()
198 v = ub_random(state); in ub_random_max()
H A Drandom.h65 long int ub_random(struct ub_randstate* state);
H A Dnet_help.h97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
H A Dconfig_file.c1783 *cookie_secret++ = (uint8_t)ub_random(rand); in init_cookie_secret()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c553 hash_set_raninit((uint32_t)ub_random(daemon->rand)); in daemon_create_workers()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c199 hash_set_raninit((uint32_t)ub_random(w->env->rnd)); in libworker_setup()
/freebsd/contrib/unbound/services/
H A Doutside_network.c2812 random = ub_random(rnd);
H A Dlisten_dnsport.c4148 buf[i] = ub_random(rnd)&0xff; in doq_fill_rand()
/freebsd/contrib/unbound/doc/
H A DChangelog12222 - ub_random code used to select ID and port.