mailfilter  0.8.3
Classes | Typedefs | Functions
md5.h File Reference
#include <sys/types.h>
#include <inttypes.h>

Go to the source code of this file.

Classes

struct  MD5_CTX
 

Typedefs

typedef unsigned char * POINTER
 

Functions

void MD5Init (MD5_CTX *)
 
void MD5Update (MD5_CTX *, unsigned char *, unsigned int)
 
void MD5Final (unsigned char[16], MD5_CTX *)
 
void gethash (char[33], char *, char *)
 

Typedef Documentation

typedef unsigned char* POINTER

Function Documentation

void gethash ( char  [33],
char *  ,
char *   
)
void MD5Final ( unsigned  char[16],
MD5_CTX  
)
void MD5Init ( MD5_CTX )
void MD5Update ( MD5_CTX ,
unsigned char *  ,
unsigned  int 
)