|
RTEMS 6.1-rc1
|
Go to the documentation of this file.
40#ifndef __MD5_INCLUDE__
49typedef uint32_t UINT4;
51#define MD5_BLOCK_LENGTH 64
52#define MD5_DIGEST_LENGTH 16
59 unsigned char digest[16];
63void MD5Update (
MD5_CTX *,
const void *,
unsigned int);
64void MD5Final (
unsigned char [16],
MD5_CTX *);
70#define __MD5_INCLUDE__