mailfilter  0.8.9
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

◆ POINTER

typedef unsigned char* POINTER

Function Documentation

◆ gethash()

void gethash ( char  [33],
char *  ,
char *   
)

◆ MD5Final()

void MD5Final ( unsigned char  [16],
MD5_CTX  
)

◆ MD5Init()

void MD5Init ( MD5_CTX context)

◆ MD5Update()

void MD5Update ( MD5_CTX context,
unsigned char *  input,
unsigned int  inputLen 
)