1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/dev/random
Dag-Erling Smørgrav db3fcaf970 Add YARROW_RNG and FORTUNA_RNG to sys/conf/options.
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.
2013-10-08 11:05:26 +00:00
..
dummy_rng.c SNAPSHOT. 2013-10-06 09:55:28 +00:00
harvest.c Snapshot. This passes the build test, but has not yet been finished or debugged. 2013-10-04 06:55:06 +00:00
hash.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
hash.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
ivy.c Snapshot. 2013-10-06 22:45:02 +00:00
live_entropy_sources.c Snapshot. 2013-10-06 22:45:02 +00:00
live_entropy_sources.h Snapshot. 2013-10-06 22:45:02 +00:00
nehemiah.c Don't use the "real" assembler mnemonics; older compilers may not 2013-10-06 12:35:29 +00:00
random_adaptors.c Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. 2013-10-08 11:05:26 +00:00
random_adaptors.h Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
random_harvestq.c Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHANDLER(mountroot) instead. 2013-10-08 06:54:52 +00:00
random_harvestq.h Debug run. This now works, except that the "live" sources haven't 2013-10-06 12:40:32 +00:00
randomdev_soft.c Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. 2013-10-08 11:05:26 +00:00
randomdev_soft.h SNAPSHOT. 2013-10-06 09:55:28 +00:00
randomdev.c SNAPSHOT. 2013-10-06 09:55:28 +00:00
randomdev.h SNAPSHOT. 2013-10-06 09:55:28 +00:00
rwfile.c Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHANDLER(mountroot) instead. 2013-10-08 06:54:52 +00:00
rwfile.h Debugging. My attempt at EVENTHANDLER(multiuser) was a failure; use EVENTHANDLER(mountroot) instead. 2013-10-08 06:54:52 +00:00
yarrow.c Add YARROW_RNG and FORTUNA_RNG to sys/conf/options. 2013-10-08 11:05:26 +00:00
yarrow.h Snapshot of current work; 2013-08-26 18:29:51 +00:00