#include <openssl/e_os2.h>
#include <stddef.h>
Go to the source code of this file.
Definition at line 96 of file md4.h.
#define MD4_DIGEST_LENGTH 16 |
Definition at line 98 of file md4.h.
Definition at line 97 of file md4.h.
#define MD4_LONG unsigned int |
Definition at line 93 of file md4.h.
unsigned char* MD4 |
( |
const unsigned char * |
d, |
|
|
size_t |
n, |
|
|
unsigned char * |
md |
|
) |
| |
int MD4_Final |
( |
unsigned char * |
md, |
|
|
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 |
|
) |
| |