md5.h File Reference

#include <openssl/e_os2.h>
#include <stddef.h>

Go to the source code of this file.

Data Structures

struct  MD5state_st

Defines

#define MD5_LONG   unsigned int
#define MD5_CBLOCK   64
#define MD5_LBLOCK   (MD5_CBLOCK/4)
#define MD5_DIGEST_LENGTH   16

Typedefs

typedef struct MD5state_st MD5_CTX

Functions

int MD5_Init (MD5_CTX *c)
int MD5_Update (MD5_CTX *c, const void *data, size_t len)
int MD5_Final (unsigned char *md, MD5_CTX *c)
unsigned char * MD5 (const unsigned char *d, size_t n, unsigned char *md)
void MD5_Transform (MD5_CTX *c, const unsigned char *b)


Define Documentation

#define MD5_CBLOCK   64

Definition at line 96 of file md5.h.

#define MD5_DIGEST_LENGTH   16

Definition at line 98 of file md5.h.

#define MD5_LBLOCK   (MD5_CBLOCK/4)

Definition at line 97 of file md5.h.

#define MD5_LONG   unsigned int

Definition at line 93 of file md5.h.


Typedef Documentation

typedef struct MD5state_st MD5_CTX


Function Documentation

unsigned char* MD5 ( const unsigned char *  d,
size_t  n,
unsigned char *  md 
)

int MD5_Final ( unsigned char *  md,
MD5_CTX c 
)

int MD5_Init ( MD5_CTX c  ) 

void MD5_Transform ( MD5_CTX c,
const unsigned char *  b 
)

int MD5_Update ( MD5_CTX c,
const void *  data,
size_t  len 
)


Generated on Thu Aug 20 22:33:06 2009 for OpenXDAS by  doxygen 1.5.6