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

Go to the source code of this file.

Classes

struct  MD4state_st
 

Macros

#define MD4_LONG   unsigned int
 
#define MD4_CBLOCK   64
 
#define MD4_LBLOCK   (MD4_CBLOCK/4)
 
#define MD4_DIGEST_LENGTH   16
 

Typedefs

typedef struct MD4state_st MD4_CTX
 

Functions

int MD4_Init (MD4_CTX *c)
 
int MD4_Update (MD4_CTX *c, const void *data, size_t len)
 
int MD4_Final (unsigned char *md, MD4_CTX *c)
 
unsigned char * MD4 (const unsigned char *d, size_t n, unsigned char *md)
 
void MD4_Transform (MD4_CTX *c, const unsigned char *b)
 

Macro Definition Documentation

#define MD4_CBLOCK   64

Definition at line 96 of file md4.h.

#define MD4_DIGEST_LENGTH   16

Definition at line 98 of file md4.h.

#define MD4_LBLOCK   (MD4_CBLOCK/4)

Definition at line 97 of file md4.h.

#define MD4_LONG   unsigned int

Definition at line 93 of file md4.h.

Typedef Documentation

typedef struct MD4state_st MD4_CTX

Function Documentation

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

Definition at line 68 of file md4_one.c.

int MD4_Final ( unsigned char *  md,
MD4_CTX c 
)
int MD4_Init ( MD4_CTX c)
void MD4_Transform ( MD4_CTX c,
const unsigned char *  b 
)
int MD4_Update ( MD4_CTX c,
const void data,
size_t  len 
)