HEVC Test Model (HM)
HM-16.18
|
Classes | |
struct | _context_md5_t |
static void | MD5Transform (uint32_t buf[4], uint32_t const in[16]) |
typedef struct _context_md5_t | context_md5_t |
void | MD5Init (context_md5_t *ctx) |
void | MD5Update (context_md5_t *ctx, unsigned char *buf, unsigned len) |
void | MD5Final (unsigned char digest[16], context_md5_t *ctx) |
static const UInt | MD5_DIGEST_STRING_LENGTH =16 |
typedef struct _context_md5_t context_md5_t |
void MD5Final | ( | unsigned char | digest[16], |
context_md5_t * | ctx | ||
) |
void MD5Init | ( | context_md5_t * | ctx | ) |
|
static |
void MD5Update | ( | context_md5_t * | ctx, |
unsigned char * | buf, | ||
unsigned | len | ||
) |