mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
Add a SYSINIT that forces a reseed during proc0 setup, which happens fairly late in the boot process. Add a RANDOM_DEBUG option which enables some debugging printf()s. Add a new RANDOM_ATTACH entropy source which harvests entropy from the get_cyclecount() delta across each call to a device attach method. |
||
|---|---|---|
| .. | ||
| dummy_rng.c | ||
| harvest.c | ||
| hash.c | ||
| hash.h | ||
| ivy.c | ||
| live_entropy_sources.c | ||
| live_entropy_sources.h | ||
| nehemiah.c | ||
| random_adaptors.c | ||
| random_adaptors.h | ||
| random_harvestq.c | ||
| random_harvestq.h | ||
| randomdev.c | ||
| randomdev.h | ||
| randomdev_soft.c | ||
| randomdev_soft.h | ||
| rwfile.c | ||
| rwfile.h | ||
| yarrow.c | ||
| yarrow.h | ||