Home
last modified time | relevance | path

Searched refs:RND_POOLBITS (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/bind/dist/lib/isc/win32/
H A Dentropy.c123 if ((ent->pool.entropy >= RND_POOLBITS / 4) in fillpool()
124 && (ent->pool.pseudo <= RND_POOLBITS / 4)) in fillpool()
130 needed = ISC_MIN(needed, RND_POOLBITS); in fillpool()
136 needed = ISC_MIN(needed, RND_POOLBITS - ent->pool.entropy); in fillpool()
/minix/sys/sys/
H A Drndpool.h50 #define RND_POOLBITS (RND_POOLWORDS * 32) macro
/minix/external/bsd/bind/dist/lib/isc/unix/
H A Dentropy.c286 if ((ent->pool.entropy >= RND_POOLBITS / 4) in fillpool()
287 && (ent->pool.pseudo <= RND_POOLBITS / 4)) in fillpool()
293 needed = ISC_MIN(needed, RND_POOLBITS); in fillpool()
299 needed = ISC_MIN(needed, RND_POOLBITS - ent->pool.entropy); in fillpool()
/minix/external/bsd/bind/dist/lib/isc/
H A Dentropy.c73 #define RND_POOLBITS (RND_POOLWORDS * 32) macro
234 entropy = ISC_MIN(entropy, RND_POOLBITS); in add_entropy()
238 ent->pool.entropy = ISC_MIN(entropy, RND_POOLBITS); in add_entropy()
257 pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8); in add_pseudo()
261 ent->pool.pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8); in add_pseudo()