Date: Tue, 11 Mar 2003 14:54:44 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/rndtest rndtest.c rndtest.h Message-ID: <200303112254.h2BMsiTL092769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/03/11 14:54:44 PST FreeBSD src repository Added files: sys/dev/rndtest rndtest.c rndtest.h Log: FIPS 140-2 rng data tester for h/w crypto devices. This driver periodically 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 Revision Changes Path 1.1 +395 -0 src/sys/dev/rndtest/rndtest.c (new) 1.1 +60 -0 src/sys/dev/rndtest/rndtest.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303112254.h2BMsiTL092769>