FreeRDP
|
#include <winpr/wtypes.h>
Data Structures | |
struct | WINPR_MD5_CTX |
Typedefs | |
typedef UINT32 | winpr_MD5_u32plus |
Functions | |
void | winpr_MD5_Init (WINPR_MD5_CTX *ctx) |
void | winpr_MD5_Update (WINPR_MD5_CTX *ctx, const void *data, unsigned long size) |
void | winpr_MD5_Final (unsigned char *result, WINPR_MD5_CTX *ctx) |
typedef UINT32 winpr_MD5_u32plus |
void winpr_MD5_Final | ( | unsigned char * | result, |
WINPR_MD5_CTX * | ctx | ||
) |
void winpr_MD5_Init | ( | WINPR_MD5_CTX * | ctx | ) |
void winpr_MD5_Update | ( | WINPR_MD5_CTX * | ctx, |
const void * | data, | ||
unsigned long | size | ||
) |