Searched refs:pseudo (Results 1 - 7 of 7) 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/isc/win32/
H A Dentropy.c97 * Also, we will check to see if the "pseudo" count is too high.
113 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/bind-9.11.3/lib/dns/
H A Ddst_internal.h292 isc_boolean_t pseudo);
H A Ddst_api.c1978 dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) { argument
1988 UNUSED(pseudo);
1992 if (pseudo)
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c262 * Also, we will check to see if the "pseudo" count is too high.
278 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/bind-9.11.3/unit/atf-src/
H A Dconfigure6552 relocations are performed -- see ld's documentation on pseudo-relocs. */
/bind-9.11.3/
H A Dconfigure5945 relocations are performed -- see ld's documentation on pseudo-relocs. */

Completed in 1489 milliseconds