sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallymonitors the entropy data harvested by crypto drivers to verify it complieswith FIPS 140-2. If data fails any test then
FIPS 140-2 rng data tester for h/w crypto devices. This driver periodicallymonitors the entropy data harvested by crypto drivers to verify it complieswith FIPS 140-2. If data fails any test then the driver discards it andcommences continuous testing of harvested data until it is deemed ok.Results are collected in a statistics block and, optionally, reported onthe console. In normal use the overhead associated with this driver isnot noticeable.Note that drivers must (currently) be compiled specially to enable use.Obtained from: original code by Jason L. Wright
show more ...