summaryrefslogtreecommitdiffstats
path: root/share/man/man9/crypto.9
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-05-17 18:44:37 +0000
committerpjd <pjd@FreeBSD.org>2006-05-17 18:44:37 +0000
commit7ec29a33653e4fcf21c3d3a0cf6f7be8a5deec3c (patch)
tree0def1c04238626d8f8c051afb07d7d771d31b196 /share/man/man9/crypto.9
parentc919e859027f0b200f81ba863d34ce0b82e2cc7b (diff)
downloadFreeBSD-src-7ec29a33653e4fcf21c3d3a0cf6f7be8a5deec3c.zip
FreeBSD-src-7ec29a33653e4fcf21c3d3a0cf6f7be8a5deec3c.tar.gz
Update manual page: cri_rnd field is gone, cri_mlen field was added.
Diffstat (limited to 'share/man/man9/crypto.9')
-rw-r--r--share/man/man9/crypto.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9
index e59af88..999b279 100644
--- a/share/man/man9/crypto.9
+++ b/share/man/man9/crypto.9
@@ -17,7 +17,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 14, 2002
+.Dd May 17, 2006
.Dt CRYPTO 9
.Os
.Sh NAME
@@ -62,7 +62,7 @@
struct cryptoini {
int cri_alg;
int cri_klen;
- int cri_rnd;
+ int cri_mlen;
caddr_t cri_key;
u_int8_t cri_iv[EALG_MAX_BLOCK_LEN];
struct cryptoini *cri_next;
@@ -192,9 +192,9 @@ Currently supported algorithms are:
.It Va cri_klen
Specifies the length of the key in bits, for variable-size key
algorithms.
-.It Va cri_rnd
-Specifies the number of rounds to be used with the algorithm, for
-variable-round algorithms.
+.It Va cri_mlen
+Specifies how many bytes from the calculated hash should be copied back.
+0 means entire hash.
.It Va cri_key
Contains the key to be used with the algorithm.
.It Va cri_iv
OpenPOWER on IntegriCloud