Searched refs:pseudo (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c95 isc_uint32_t pseudo; /*%< bits extracted in pseudorandom */ member in struct:__anon150
250 add_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) { argument
252 pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
253 /* Add in the pseudo we already have. */
254 pseudo += ent->pool.pseudo;
256 ent->pool.pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
260 * Decrement the amount of pseudo th
263 subtract_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h214 isc_boolean_t pseudo);
H A Ddst_api.c1360 dst__entropy_getdata(void *buf, unsigned int len, isc_boolean_t pseudo) { argument
1365 if (pseudo)
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzkt-signer.c834 const char *pseudo; local
875 pseudo = "";
877 pseudo = "-p ";
940 dir, SIGNCMD, param, nsec3param, dnskeyksk, gends, pseudo, rparam, keysetdir, domain, conf->sigvalidity, str, file, file);
944 dir, SIGNCMD, param, nsec3param, dnskeyksk, gends, pseudo, rparam, keysetdir, domain, conf->sigvalidity, str, file);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dentropy.c104 * Also, we will check to see if the "pseudo" count is too high.
120 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c269 * Also, we will check to see if the "pseudo" count is too high.
285 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/bind-9.6-ESV-R11/
H A Dconfigure5760 relocations are performed -- see ld's documentation on pseudo-relocs. */

Completed in 67 milliseconds