Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

md5.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MD5Context

Defines

#define md5byte   unsigned char

Typedefs

typedef unsigned int UWORD32

Functions

void MD5Init (struct MD5Context *context)
void MD5Update (struct MD5Context *context, md5byte const *buf, unsigned len)
void MD5Final (unsigned char digest[16], struct MD5Context *context)
void MD5Transform (UWORD32 buf[4], UWORD32 const in[16])
void md5_buffer (char const *buffer, unsigned int len, char *digest)


Define Documentation

#define md5byte   unsigned char
 

Definition at line 35 of file md5.h.


Typedef Documentation

typedef unsigned int UWORD32
 

Definition at line 33 of file md5.h.


Function Documentation

void md5_buffer char const *  buffer,
unsigned int  len,
char *  digest
 

Referenced by PopClient::incomingData().

void MD5Final unsigned char  digest[16],
struct MD5Context context
 

Referenced by qtMD5().

void MD5Init struct MD5Context context  ) 
 

Referenced by qtMD5().

void MD5Transform UWORD32  buf[4],
UWORD32 const   in[16]
 

void MD5Update struct MD5Context context,
md5byte const *  buf,
unsigned  len
 

Referenced by MD5Final(), and qtMD5().


Generated on Sat Nov 5 17:16:10 2005 for OPIE by  doxygen 1.4.2