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

/bind-9.6-ESV-R11/lib/isc/
H A Drandom.c104 isc_uint32_t rnd; local
111 isc_random_get(&rnd);
112 return (max - rnd % jitter);
/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c496 unsigned char rnd[128]; member in union:__anon85
498 } rnd; local
505 result = isc_entropy_getdata(actx->entropy, rnd.rnd,
506 sizeof(rnd), NULL, 0);
510 isc_random_get(&rnd.rnd32[i]);
512 dispatch_arc4addrandom(actx, rnd.rnd, sizeof(rnd.rnd));
[all...]

Completed in 13 milliseconds