OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
md2.h File Reference
#include <openssl/opensslconf.h>
#include <stddef.h>

Go to the source code of this file.

Classes

struct  MD2state_st
 

Macros

#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)
 

Macro Definition 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 
)

Definition at line 66 of file md2_one.c.

int MD2_Final ( unsigned char *  md,
MD2_CTX c 
)

Definition at line 203 of file md2_dgst.c.

int MD2_Init ( MD2_CTX c)
const char* MD2_options ( void  )

Definition at line 111 of file md2_dgst.c.

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

Definition at line 128 of file md2_dgst.c.