Lines Matching full:sources
73 * Number of bytes from high quality sources to allocate to pool 0 before
81 * Low sources provide unconditioned entropy, such as mouse movements; high
82 * sources are assumed to provide high-quality random bytes. Pull sources are
85 * In the whitepaper, low sources are pull. For us, at least in the existing
86 * design, low-quality sources push into some global ring buffer and then get
220 /* For special behavior on first-time entropy sources. (§ 3.1) */
223 /* For special behavior for high-entropy sources after a reseed. (§ 3.4) */
240 * Track number of bytes of entropy harvested from high-quality sources prior
242 * high-quality bytes were available and less if we had other good sources. We
244 * great sources on some platforms.
291 * sources (like interrupts, keyboard, etc) and pull sources (RDRAND, etc).
330 * entropy sources. We use the root BRNG to generate 32 bytes in fxrng_event_processor()
528 * of sources on most machines are not what we consider "high", but at in fxent_timer_reseed_npools()