|
extern void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size);
|
|
extern void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size);
|
|
extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);
|
|
extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);
|