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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c63 #define MINEXTRACTBITS 160 /* Min entropy level for extraction */ macro
313 * MINEXTRACTBITS are present in the pool.
338 while (entropy_bits < MINEXTRACTBITS) {
342 if (entropy_bits < MINEXTRACTBITS &&
348 if (entropy_bits < MINEXTRACTBITS) {

Completed in 47 milliseconds