md2.h File Reference
API published in:
API deprecated in:
#include <openssl/opensslconf.h>
Go to the source code of this file.
Define Documentation
#define MD2_DIGEST_LENGTH 16 |
|
Typedef Documentation
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 |
|
) |
|
|