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

#include <sys/types.h>

Include dependency graph for md5.h:

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

Go to the source code of this file.

Defines

#define MD5_HASHBYTES   16

Typedefs

typedef MD5Context MD5_CTX

Functions

void MD5_Init (MD5_CTX *context)
void MD5_Update (MD5_CTX *context, unsigned char const *buf, unsigned len)
void MD5_Final (unsigned char digest[MD5_HASHBYTES], MD5_CTX *context)
void MD5Transform (u_int32_t buf[4], u_int32_t const in[16])
char * MD5End (MD5_CTX *, char *)
char * MD5File (const char *, char *)
char * MD5Data (const unsigned char *, unsigned int, char *)


Define Documentation

#define MD5_HASHBYTES   16
 

Definition at line 13 of file md5.h.


Typedef Documentation

typedef struct MD5Context MD5_CTX
 


Function Documentation

void MD5_Final unsigned char  digest[MD5_HASHBYTES],
MD5_CTX context
 

void MD5_Init MD5_CTX context  ) 
 

Definition at line 35 of file md5.cpp.

Referenced by generate_random(), sec_hash_16(), sec_hash_48(), sec_sign(), sec_update(), MiscFunctions::smtpAuthCramMd5(), and MiscFunctions::uniqueString().

void MD5_Update MD5_CTX context,
unsigned char const *  buf,
unsigned  len
 

Definition at line 50 of file md5.cpp.

References byteReverse(), MD5Transform(), p, and t.

Referenced by generate_random(), sec_hash_16(), sec_hash_48(), sec_sign(), sec_update(), MiscFunctions::smtpAuthCramMd5(), and MiscFunctions::uniqueString().

char* MD5Data const unsigned char *  ,
unsigned  int,
char * 
 

char* MD5End MD5_CTX ,
char * 
 

char* MD5File const char *  ,
char * 
 

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

Definition at line 156 of file md5.cpp.

References d, F1, F2, F3, F4, and MD5STEP.


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