summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.i386
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-06-05 16:24:31 +0000
committerpjd <pjd@FreeBSD.org>2006-06-05 16:24:31 +0000
commit904500481a1d096bc4e772bda3df12c5953b7a79 (patch)
tree004afe1cdd447d301e71ce52680e1d25595fdafc /share/man/man4/man4.i386
parent87e654aa04b65758fcd665411038bc6ffe0e2396 (diff)
downloadFreeBSD-src-904500481a1d096bc4e772bda3df12c5953b7a79.zip
FreeBSD-src-904500481a1d096bc4e772bda3df12c5953b7a79.tar.gz
- 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.
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r--share/man/man4/man4.i386/padlock.48
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/padlock.4 b/share/man/man4/man4.i386/padlock.4
index 0dca442..4ed45e1 100644
--- a/share/man/man4/man4.i386/padlock.4
+++ b/share/man/man4/man4.i386/padlock.4
@@ -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
OpenPOWER on IntegriCloud