diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-20 06:35:26 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-20 06:35:26 +0000 |
commit | 761f33b30525c4f60a0d5d506f2e96d426a554b1 (patch) | |
tree | 0a23523a50033afa4bd7f85c6c845febb500047f | |
parent | 7b9db84c58d67dda4ab0835828b76e23783c7e68 (diff) |
I found my missing 24 bytes... crp_olen = the total length of the result - crp_skip
-rw-r--r-- | share/man/man9/crypto.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index d26a2707615..7234d5d71fb 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.9,v 1.20 2002/11/21 19:42:39 jason Exp $ +.\" $OpenBSD: crypto.9,v 1.21 2003/02/20 06:35:25 jason Exp $ .\" .\" The author of this man page is Angelos D. Keromytis (angelos@cis.upenn.edu) .\" @@ -229,7 +229,8 @@ Contains the SID. .It Fa crp_ilen Indicates the total length in bytes of the buffer to be processed. .It Fa crp_olen -On return, contains the total length of the result. +On return, contains the length of the result, not including +.Fa crd_skip . For symmetric crypto operations, this will be the same as the input length. .It Fa crp_alloctype Indicates the type of buffer, as used in the kernel |