2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
10 * MD5.H - header file for MD5C.C
14 * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
17 * License to copy and use this software is granted provided that it
18 * is identified as the "RSA Data Security, Inc. MD5 Message-Digest
19 * Algorithm" in all material mentioning or referencing this software
22 * License is also granted to make and use derivative works provided
23 * that such works are identified as "derived from the RSA Data
24 * Security, Inc. MD5 Message-Digest Algorithm" in all material
25 * mentioning or referencing the derived work.
27 * RSA Data Security, Inc. makes no representations concerning either
28 * the merchantability of this software or the suitability of this
29 * software for any particular purpose. It is provided "as is"
30 * without express or implied warranty of any kind.
32 * These notices must be retained in any copies of any part of this
33 * documentation and/or software.
42 void md5_calc(void *, const void*, unsigned int);