This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
random
History
Xin LI
d2f1b8f4d2
Use Intel's official name (Secure Key) per Intel® Digital Random Number
...
Generator (DRNG) Software Implementation Guide. Reviewed by: kib Approved by: so MFC after: 2 weeks
2014-06-27 21:33:15 +00:00
..
dummy_rng.c
Fix a problem where the priority order of yarrow,dummy can get reversed
2013-10-12 23:15:06 +00:00
harvest.c
Convert the random entropy harvesting code to use a const void * pointer
2013-11-01 20:53:49 +00:00
hash.c
…
hash.h
…
ivy.c
Use Intel's official name (Secure Key) per Intel® Digital Random Number
2014-06-27 21:33:15 +00:00
live_entropy_sources.c
…
live_entropy_sources.h
…
nehemiah.c
Fix for i386.
2013-10-11 20:53:25 +00:00
random_adaptors.c
Correctly set the sysctl format to Alphanumeric, rather than letting it default.
2014-04-26 13:21:28 +00:00
random_adaptors.h
…
random_harvestq.c
Fix a constant printf which is (int) on some architectures and (long int) on others.
2013-10-10 07:39:19 +00:00
random_harvestq.h
…
randomdev_soft.c
Fix a problem where the priority order of yarrow,dummy can get reversed
2013-10-12 23:15:06 +00:00
randomdev_soft.h
…
randomdev.c
…
randomdev.h
Fix a problem where the priority order of yarrow,dummy can get reversed
2013-10-12 23:15:06 +00:00
rwfile.c
Add a RANDOM_RWFILE option and hide the entropy cache code behind it.
2013-10-09 20:14:16 +00:00
rwfile.h
Add a RANDOM_RWFILE option and hide the entropy cache code behind it.
2013-10-09 20:14:16 +00:00
yarrow.c
…
yarrow.h
…