md2.h File Reference

API published in:
API deprecated in:


#include <openssl/opensslconf.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 MD2state_st  MD2_CTX

Functions

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

Define Documentation

#define MD2_BLOCK   16
 
#define MD2_DIGEST_LENGTH   16
 

Typedef Documentation

typedef struct MD2state_st MD2_CTX
 

Function Documentation

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

Copyright © Nokia Corporation 2001-2008
Back to top