openssl/md5.h File Reference

API published in:
API deprecated in:


#include <openssl/e_os2.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 MD5state_st  MD5_CTX

Functions

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

Define Documentation

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

Typedef Documentation

typedef struct MD5state_st MD5_CTX
 

Function Documentation

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

Copyright © Nokia Corporation 2001-2008
Back to top