aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rndtest
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
| | | | Notes: svn path=/head/; revision=139749
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119418
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-2/+1
| | | | | | | | use CALLOUT_MPSAFE instead of "1" for the second parameter. This does not change the behaviour; it just makes the intent more clear. Notes: svn path=/head/; revision=119137
* o correct mib spelling: reset -> retestSam Leffler2003-06-251-3/+15
| | | | | | | o add #ifdef's needed to share code directly with -stable Notes: svn path=/head/; revision=116815
* FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallySam Leffler2003-03-112-0/+455
monitors the entropy data harvested by crypto drivers to verify it complies with FIPS 140-2. If data fails any test then the driver discards it and commences continuous testing of harvested data until it is deemed ok. Results are collected in a statistics block and, optionally, reported on the console. In normal use the overhead associated with this driver is not noticeable. Note that drivers must (currently) be compiled specially to enable use. Obtained from: original code by Jason L. Wright Notes: svn path=/head/; revision=112125