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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c87 static uint32_t entropy_bits; /* pool's current amount of entropy */ variable
206 entropy_bits = 0;
338 while (entropy_bits < MINEXTRACTBITS) {
342 if (entropy_bits < MINEXTRACTBITS &&
348 if (entropy_bits < MINEXTRACTBITS) {
363 bytes = min(bytes, CRYPTO_BITS2BYTES(entropy_bits));
364 entropy_bits -= CRYPTO_BYTES2BITS(bytes);
366 swrand_stats.ss_entEst = entropy_bits;
527 entropy_bits += entropy_est;
528 if (entropy_bits > CRYPTO_BYTES2BIT
[all...]

Completed in 57 milliseconds