Searched defs:pseudo (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dentropy.c91 isc_uint32_t pseudo; /*%< bits extracted in pseudorandom */ member in struct:__anon218
246 add_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) { argument
248 pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
249 /* Add in the pseudo we already have. */
250 pseudo += ent->pool.pseudo;
252 ent->pool.pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
256 * Decrement the amount of pseudo th
259 subtract_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
[all...]
/bind-9.11.3/lib/dns/
H A Ddst_api.c1978 dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) { argument
1988 UNUSED(pseudo);
1992 if (pseudo)

Completed in 11 milliseconds