Lines Matching defs:entropy_enter
40 * - entropy_enter gathers entropy and never drops it on the
47 * * entropy_enter immediately enters into the global pool if it
257 static void entropy_enter(const void *, size_t, unsigned, bool);
431 entropy_enter(extra, sizeof extra, /*nbits*/0, /*count*/false);
909 * entropy_enter(buf, len, nbits, count)
917 entropy_enter(const void *buf, size_t len, unsigned nbits, bool count)
986 * will work, but you might as well use entropy_enter in that
1845 entropy_enter(extra, sizeof extra, 0, /*count*/__predict_true(!cold));
2153 entropy_enter(buf, len, entropybits, /*count*/false);
2155 entropy_enter(&extra, sizeof extra, 0, /*count*/false);
2269 * in interrupt context, or entropy_enter if not, and to count the
2281 * entropy_enter, which always consumes the full sample.
2286 entropy_enter(buf, len, entropybits, count);
2565 pstat->added = 0; /* XXX total entropy_enter count */