![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device crypto
device cryptodev
device safe Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): safe_load="YES" In sysctl.conf(5): hw.safe.debug
hw.safe.dump
hw.safe.rnginterval
hw.safe.rngbufsize
hw.safe.rngmaxalarm DESCRIPTIONThe The On all models, the driver registers itself to provide random data to the random(4) subsystem. Periodically the driver will poll the hardware RNG and retrieve data for use by the system. If the driver detects that the hardware RNG is resonating with any local signal, it will reset the oscillators that generate random data. Three sysctl(8) settings control this procedure: hw.safe.rnginterval specifies the time, in seconds, between polling operations, hw.safe.rngbufsize specifies the number of 32-bit words to retrieve on each poll, and hw.safe.rngmaxalarm specifies the threshold for resetting the oscillators. When the driver is compiled with
HARDWAREThe
SEE ALSOcrypt(3), crypto(4), intro(4), ipsec(4), random(4), crypto(7), crypto(9) BUGSPublic key support is not implemented.
|