1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00
freebsd/sys/dev/random
Mark Murray 7c2af6212d Fix the build; Certain linkable symbols need to always be present.
Pass the pointy hat please.

Also unblock the software (Yarrow) generator for now. This will be
reverted; Yarrow needs to block until secure, not this behaviour
of serving as soon as asked.

Folks with specific requiremnts will be able to (can!) unblock this
device with any write, and are encouraged to do so in /etc/rc.d/*
scripting. ("Any" in this case could be "echo '' > /dev/random" as
root).
2013-09-07 22:07:36 +00:00
..
harvest.c Snapshot of current work; 2013-08-26 18:29:51 +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 * Add random_adaptors.[ch] which is basically a store of random_adaptor's. 2013-08-09 15:31:50 +00:00
nehemiah.c * Add random_adaptors.[ch] which is basically a store of random_adaptor's. 2013-08-09 15:31:50 +00:00
pseudo_rng.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
random_adaptors.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +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 Separate out the Software RNG entropy harvesting queue and thread into its own files. 2013-08-30 11:42:57 +00:00
random_harvestq.h Separate out the Software RNG entropy harvesting queue and thread into its own files. 2013-08-30 11:42:57 +00:00
randomdev_soft.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
randomdev_soft.h Snapshot of current work; 2013-08-26 18:29:51 +00:00
randomdev.c Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
randomdev.h Fix the build; Certain linkable symbols need to always be present. 2013-09-07 22:07:36 +00:00
yarrow.c Snapshot of current work; 2013-08-26 18:29:51 +00:00
yarrow.h Snapshot of current work; 2013-08-26 18:29:51 +00:00