#include <stdio.h>
#include "cryptlib.h"
#include <openssl/md2.h>
Go to the source code of this file.
|
unsigned char * | MD2 (const unsigned char *d, size_t n, unsigned char *md) |
|
unsigned char* MD2 |
( |
const unsigned char * |
d, |
|
|
size_t |
n, |
|
|
unsigned char * |
md |
|
) |
| |