[BACK]Return to mdX.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / md

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/md/mdX.3 between version 1.9 and 1.10

version 1.9, 2003/04/16 13:34:41 version 1.10, 2003/06/13 01:28:41
Line 9 
Line 9 
 .\"  .\"
 .\"     from FreeBSD Id: mdX.3,v 1.7 1996/10/22 16:28:56 phk Exp  .\"     from FreeBSD Id: mdX.3,v 1.7 1996/10/22 16:28:56 phk Exp
 .\"  .\"
 .Dd October 9, 1996  .Dd June 13, 2003
 .Dt MDX 3  .Dt MDX 3
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 30  message digest
Line 30  message digest
 .Ft void  .Ft void
 .Fn MDXInit "MDX_CTX *context"  .Fn MDXInit "MDX_CTX *context"
 .Ft void  .Ft void
 .Fn MDXUpdate "MDX_CTX *context" "unsigned char *data" "unsigned int len"  .Fn MDXUpdate "MDX_CTX *context" "const unsigned char *data" "unsigned int len"
 .Ft void  .Ft void
 .Fn MDXFinal "unsigned char digest[16]" "MDX_CTX *context"  .Fn MDXFinal "unsigned char digest[16]" "MDX_CTX *context"
 .Ft "char *"  .Ft "char *"
 .Fn MDXEnd "MDX_CTX *context" "char *buf"  .Fn MDXEnd "MDX_CTX *context" "char *buf"
 .Ft "char *"  .Ft "char *"
 .Fn MDXFile "char *filename" "char *buf"  .Fn MDXFile "const char *filename" "char *buf"
 .Ft "char *"  .Ft "char *"
 .Fn MDXData "unsigned char *data" "unsigned int len" "char *buf"  .Fn MDXData "const unsigned char *data" "unsigned int len" "char *buf"
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The MDX functions calculate a 128-bit cryptographic checksum (digest)  The MDX functions calculate a 128-bit cryptographic checksum (digest)
 for any number of input bytes.  for any number of input bytes.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>