summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/md5.3
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypto/man/md5.3')
-rw-r--r--secure/lib/libcrypto/man/md5.326
1 files changed, 13 insertions, 13 deletions
diff --git a/secure/lib/libcrypto/man/md5.3 b/secure/lib/libcrypto/man/md5.3
index 9255350..95b87f8 100644
--- a/secure/lib/libcrypto/man/md5.3
+++ b/secure/lib/libcrypto/man/md5.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "md5 3"
-.TH md5 3 "2006-10-01" "0.9.8d" "OpenSSL"
+.TH md5 3 "2007-03-15" "0.9.8e" "OpenSSL"
.SH "NAME"
MD2, MD4, MD5, MD2_Init, MD2_Update, MD2_Final, MD4_Init, MD4_Update,
MD4_Final, MD5_Init, MD5_Update, MD5_Final \- MD2, MD4, and MD5 hash functions
@@ -145,10 +145,10 @@ MD4_Final, MD5_Init, MD5_Update, MD5_Final \- MD2, MD4, and MD5 hash functions
.Ve
.PP
.Vb 4
-\& void MD2_Init(MD2_CTX *c);
-\& void MD2_Update(MD2_CTX *c, const unsigned char *data,
+\& int MD2_Init(MD2_CTX *c);
+\& int MD2_Update(MD2_CTX *c, const unsigned char *data,
\& unsigned long len);
-\& void MD2_Final(unsigned char *md, MD2_CTX *c);
+\& int MD2_Final(unsigned char *md, MD2_CTX *c);
.Ve
.PP
.Vb 1
@@ -161,10 +161,10 @@ MD4_Final, MD5_Init, MD5_Update, MD5_Final \- MD2, MD4, and MD5 hash functions
.Ve
.PP
.Vb 4
-\& void MD4_Init(MD4_CTX *c);
-\& void MD4_Update(MD4_CTX *c, const void *data,
+\& int MD4_Init(MD4_CTX *c);
+\& int MD4_Update(MD4_CTX *c, const void *data,
\& unsigned long len);
-\& void MD4_Final(unsigned char *md, MD4_CTX *c);
+\& int MD4_Final(unsigned char *md, MD4_CTX *c);
.Ve
.PP
.Vb 1
@@ -177,10 +177,10 @@ MD4_Final, MD5_Init, MD5_Update, MD5_Final \- MD2, MD4, and MD5 hash functions
.Ve
.PP
.Vb 4
-\& void MD5_Init(MD5_CTX *c);
-\& void MD5_Update(MD5_CTX *c, const void *data,
+\& int MD5_Init(MD5_CTX *c);
+\& int MD5_Update(MD5_CTX *c, const void *data,
\& unsigned long len);
-\& void MD5_Final(unsigned char *md, MD5_CTX *c);
+\& int MD5_Final(unsigned char *md, MD5_CTX *c);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
@@ -219,8 +219,8 @@ preferred.
\&\s-1\fIMD2\s0()\fR, \s-1\fIMD4\s0()\fR, and \s-1\fIMD5\s0()\fR return pointers to the hash value.
.PP
\&\fIMD2_Init()\fR, \fIMD2_Update()\fR, \fIMD2_Final()\fR, \fIMD4_Init()\fR, \fIMD4_Update()\fR,
-\&\fIMD4_Final()\fR, \fIMD5_Init()\fR, \fIMD5_Update()\fR, and \fIMD5_Final()\fR do not return
-values.
+\&\fIMD4_Final()\fR, \fIMD5_Init()\fR, \fIMD5_Update()\fR, and \fIMD5_Final()\fR return 1 for
+success, 0 otherwise.
.SH "CONFORMING TO"
.IX Header "CONFORMING TO"
\&\s-1RFC\s0 1319, \s-1RFC\s0 1320, \s-1RFC\s0 1321
OpenPOWER on IntegriCloud