Searched refs:rnd (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Drandom.c152 isc_uint32_t rnd; local
159 isc_random_get(&rnd);
160 return (max - rnd % jitter);
177 unsigned char rnd[128]; member in union:__anon270
179 } rnd; local
190 result = isc_entropy_getdata(entropy, rnd.rnd,
191 sizeof(rnd), NULL, 0);
196 isc_random_get(&rnd.rnd32[i]);
203 chacha_reinit(rng, rnd
325 unsigned char rnd[128]; member in union:__anon271
327 } rnd; local
[all...]
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c423 * and rnd offset (-O<random-offset>)
681 x->rnd = randomize(random_query + off, x->rnd);
1115 x->rnd = (uint32_t) random();
1280 x->rnd = (uint32_t) random();
2129 printf(" rnd-offset=%d", rndoffset);
/bind-9.11.3/bin/named/
H A Dserver.c12945 unsigned char rnd[256]; member in union:__anon22
12947 } rnd; local
12958 isc_random_get(&rnd.rnd32[i]);
12960 memmove(salt, rnd.rnd, saltlen);
12962 r.base = rnd.rnd;

Completed in 2482 milliseconds