- Document that padlock(4) pretends to accelerate HMAC algorithms.

- Remove "device cryptodev" as it is not needed for compiling padlock(4)
  into the kernel. Actually it is not advisable, because padlock
  instructions can be used directly from userland, so passing the work
  through the kernel is a bad idea.
This commit is contained in:
Pawel Jakub Dawidek 2006-06-05 16:24:31 +00:00
parent 64e18040cc
commit 4bc8da3589
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159280

View file

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 1, 2006
.Dd June 5, 2006
.Dt PADLOCK 4 i386
.Os
.Sh NAME
@ -36,7 +36,6 @@ place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device crypto"
.Cd "device cryptodev"
.Cd "device padlock"
.Ed
.Pp
@ -54,6 +53,11 @@ The
.Nm
driver registers itself to accelerate AES operations for
.Xr crypto 4 .
It also registers itself to accelerate various HMAC algorithms, but there is no
hardware acceleration for those algorithms, this is only needed, so
.Nm
can work with
.Xr fast_ipsec 4 .
.Pp
The hardware random number generator supplies data for the kernel
.Xr random 4