From owner-cvs-src Tue Mar 11 14:54:46 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDD437B404; Tue, 11 Mar 2003 14:54:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6353743F85; Tue, 11 Mar 2003 14:54:44 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2BMsi0U092770; Tue, 11 Mar 2003 14:54:44 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2BMsiTL092769; Tue, 11 Mar 2003 14:54:44 -0800 (PST) Message-Id: <200303112254.h2BMsiTL092769@repoman.freebsd.org> From: Sam Leffler Date: Tue, 11 Mar 2003 14:54:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/rndtest rndtest.c rndtest.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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