md2.h File Reference

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

Go to the source code of this file.

Data Structures

struct  MD2state_st

Defines

#define MD2_DIGEST_LENGTH   16
#define MD2_BLOCK   16

Typedefs

typedef struct MD2state_st MD2_CTX

Functions

const char * MD2_options (void)
int MD2_Init (MD2_CTX *c)
int MD2_Update (MD2_CTX *c, const unsigned char *data, size_t len)
int MD2_Final (unsigned char *md, MD2_CTX *c)
unsigned char * MD2 (const unsigned char *d, size_t n, unsigned char *md)


Define Documentation

#define MD2_BLOCK   16

Definition at line 69 of file md2.h.

#define MD2_DIGEST_LENGTH   16

Definition at line 68 of file md2.h.


Typedef Documentation

typedef struct MD2state_st MD2_CTX


Function Documentation

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

int MD2_Final ( unsigned char *  md,
MD2_CTX c 
)

int MD2_Init ( MD2_CTX c  ) 

const char* MD2_options ( void   ) 

int MD2_Update ( MD2_CTX c,
const unsigned char *  data,
size_t  len 
)


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