summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2003-03-11 19:26:16 +0000
committersam <sam@FreeBSD.org>2003-03-11 19:26:16 +0000
commit61e30fa211e1165380f7876df0b45652eed72258 (patch)
treee8f731ade400c11b5959de896e0f3f258bf67e29 /sys/modules
parent6cfbfc1bbb937a582bfde2629291bad85f108c7f (diff)
downloadFreeBSD-src-61e30fa211e1165380f7876df0b45652eed72258.zip
FreeBSD-src-61e30fa211e1165380f7876df0b45652eed72258.tar.gz
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
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/rndtest/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/rndtest/Makefile b/sys/modules/rndtest/Makefile
new file mode 100644
index 0000000..f818704
--- /dev/null
+++ b/sys/modules/rndtest/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/rndtest
+KMOD = rndtest
+SRCS = rndtest.c
+SRCS += device_if.h bus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud