FreeRDP
|
#include <winpr/wtypes.h>
Data Structures | |
struct | WINPR_MD4_CTX |
Typedefs | |
typedef UINT32 | winpr_MD4_u32plus |
Functions | |
void | winpr_MD4_Init (WINPR_MD4_CTX *ctx) |
void | winpr_MD4_Update (WINPR_MD4_CTX *ctx, const void *data, unsigned long size) |
void | winpr_MD4_Final (unsigned char *result, WINPR_MD4_CTX *ctx) |
typedef UINT32 winpr_MD4_u32plus |
void winpr_MD4_Final | ( | unsigned char * | result, |
WINPR_MD4_CTX * | ctx | ||
) |
void winpr_MD4_Init | ( | WINPR_MD4_CTX * | ctx | ) |
void winpr_MD4_Update | ( | WINPR_MD4_CTX * | ctx, |
const void * | data, | ||
unsigned long | size | ||
) |