Symbol: ub_random
sbin/unwind/libunbound/libunbound/libworker.c
199
hash_set_raninit((uint32_t)ub_random(w->env->rnd));
sbin/unwind/libunbound/services/listen_dnsport.c
4184
buf[i] = ub_random(rnd)&0xff;
sbin/unwind/libunbound/services/outside_network.c
2827
random = ub_random(rnd);
sbin/unwind/libunbound/util/config_file.c
1864
*cookie_secret++ = (uint8_t)ub_random(rand);
sbin/unwind/libunbound/util/net_help.h
97
#define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
sbin/unwind/libunbound/util/random.c
227
long int v = ub_random(state);
sbin/unwind/libunbound/util/random.c
229
v = ub_random(state);
sbin/unwind/libunbound/util/random.h
65
long int ub_random(struct ub_randstate* state);
usr.sbin/unbound/daemon/daemon.c
552
hash_set_raninit((uint32_t)ub_random(daemon->rand));
usr.sbin/unbound/libunbound/libworker.c
199
hash_set_raninit((uint32_t)ub_random(w->env->rnd));
usr.sbin/unbound/services/listen_dnsport.c
4184
buf[i] = ub_random(rnd)&0xff;
usr.sbin/unbound/services/outside_network.c
2827
random = ub_random(rnd);
usr.sbin/unbound/testcode/doqclient.c
731
buf[i] = ub_random(rnd)&0xff;
usr.sbin/unbound/testcode/unitmain.c
672
a[i] = ub_random(r);
usr.sbin/unbound/util/config_file.c
1864
*cookie_secret++ = (uint8_t)ub_random(rand);
usr.sbin/unbound/util/net_help.h
97
#define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff)
usr.sbin/unbound/util/random.c
227
long int v = ub_random(state);
usr.sbin/unbound/util/random.c
229
v = ub_random(state);
usr.sbin/unbound/util/random.h
65
long int ub_random(struct ub_randstate* state);