/src/sys/kern/ |
kern_entropy.c | 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) function in typeref:typename:void 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) [all...] |
kern_entropy.c | 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) function in typeref:typename:void 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) [all...] |