digiKam
md5.h File Reference

Go to the source code of this file.

Classes

struct  MD5_CTX
 

Typedefs

typedef unsigned int MD5_u32plus
 

Functions

void MD5_Final (unsigned char *result, MD5_CTX *ctx)
 
void MD5_Init (MD5_CTX *ctx)
 
void MD5_Update (MD5_CTX *ctx, void *data, unsigned long size)
 

Typedef Documentation

◆ MD5_u32plus

typedef unsigned int MD5_u32plus

Function Documentation

◆ MD5_Final()

void MD5_Final ( unsigned char *  result,
MD5_CTX ctx 
)

◆ MD5_Init()

void MD5_Init ( MD5_CTX ctx)

◆ MD5_Update()

void MD5_Update ( MD5_CTX ctx,
void *  data,
unsigned long  size 
)