From 761f33b30525c4f60a0d5d506f2e96d426a554b1 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 20 Feb 2003 06:35:26 +0000 Subject: I found my missing 24 bytes... crp_olen = the total length of the result - crp_skip --- share/man/man9/crypto.9 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/man/man9/crypto.9') 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 -- cgit v1.2.3