summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-07-18 07:59:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-07-18 07:59:41 +0000
commit97377e96fbdac3219a14590ca7c18b2c94b6bca8 (patch)
tree7f886a227b7921f2b56566246febbe51f2e14778 /share/man/man9
parent841649915e7ad589d081ed14451370004f722469 (diff)
- grammar fix from Glen Barber (freebsd pr 148701)
- fix some list issues found by mandoc
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/crypto.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index c43ebc726b0..e13fbf4b415 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypto.9,v 1.31 2008/06/09 18:55:58 jmc Exp $
+.\" $OpenBSD: crypto.9,v 1.32 2010/07/18 07:59:40 jmc Exp $
.\"
.\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu)
.\"
@@ -15,7 +15,7 @@
.\" MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: June 9 2008 $
+.Dd $Mdocdate: July 18 2010 $
.Dt CRYPTO 9
.Os
.Sh NAME
@@ -130,7 +130,7 @@ not use
The same holds for the framework.
Thus, a callback mechanism is used
to notify a consumer that a request has been completed (the
-callback is specified by the consumer on an per-request basis).
+callback is specified by the consumer on a per-request basis).
The callback is invoked by the framework whether the request was
successfully completed or not.
An error indication is provided in the latter case.
@@ -299,19 +299,19 @@ Each descriptor provides
information about what type of cryptographic operation should be done
on the input buffer.
The various fields are:
-.Bl -tag
+.Bl -tag -width "crd_inject"
.It Fa crd_skip
The offset in the input buffer where processing should start.
.It Fa crd_len
How many bytes, after
-.Fa Fa crd_skip ,
+.Fa crd_skip ,
should be processed.
.It Fa crd_inject
Offset from the beginning of the buffer to insert any results.
For encryption algorithms, this is where the initialization vector
(IV) will be inserted when encrypting or where it can be found when
decrypting (subject to
-.Fa Fa crd_flags ) .
+.Fa crd_flags ) .
For MAC algorithms, this is where the result of the keyed hash will be
inserted.
.It Fa crd_flags