Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/sasl
File: md5.h
/* MD5.H - header file for MD5C.C
[0] Fix | Delete
*/
[1] Fix | Delete
[2] Fix | Delete
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
[3] Fix | Delete
rights reserved.
[4] Fix | Delete
[5] Fix | Delete
License to copy and use this software is granted provided that it
[6] Fix | Delete
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
[7] Fix | Delete
Algorithm" in all material mentioning or referencing this software
[8] Fix | Delete
or this function.
[9] Fix | Delete
[10] Fix | Delete
License is also granted to make and use derivative works provided
[11] Fix | Delete
that such works are identified as "derived from the RSA Data
[12] Fix | Delete
Security, Inc. MD5 Message-Digest Algorithm" in all material
[13] Fix | Delete
mentioning or referencing the derived work.
[14] Fix | Delete
[15] Fix | Delete
RSA Data Security, Inc. makes no representations concerning either
[16] Fix | Delete
the merchantability of this software or the suitability of this
[17] Fix | Delete
software for any particular purpose. It is provided "as is"
[18] Fix | Delete
without express or implied warranty of any kind.
[19] Fix | Delete
These notices must be retained in any copies of any part of this
[20] Fix | Delete
documentation and/or software.
[21] Fix | Delete
*/
[22] Fix | Delete
[23] Fix | Delete
/* MD5 context. */
[24] Fix | Delete
typedef struct {
[25] Fix | Delete
UINT4 state[4]; /* state (ABCD) */
[26] Fix | Delete
UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */
[27] Fix | Delete
unsigned char buffer[64]; /* input buffer */
[28] Fix | Delete
} MD5_CTX;
[29] Fix | Delete
[30] Fix | Delete
#ifdef __cplusplus
[31] Fix | Delete
extern "C" {
[32] Fix | Delete
#endif
[33] Fix | Delete
[34] Fix | Delete
void _sasl_MD5Init (MD5_CTX *);
[35] Fix | Delete
void _sasl_MD5Update (MD5_CTX *, const unsigned char *, unsigned int);
[36] Fix | Delete
void _sasl_MD5Final (unsigned char [16], MD5_CTX *);
[37] Fix | Delete
[38] Fix | Delete
#ifdef __cplusplus
[39] Fix | Delete
}
[40] Fix | Delete
#endif
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function