RetroArch
Classes | Functions | Variables
md5.h File Reference
#include <retro_common_api.h>
Include dependency graph for md5.h:

Go to the source code of this file.

Classes

struct  MD5_CTX
 

Functions

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

Variables

RETRO_BEGIN_DECLS typedef unsigned int MD5_u32plus
 

Function Documentation

◆ MD5_Final()

void MD5_Final ( unsigned char *  result,
MD5_CTX ctx 
)
Here is the call graph for this function:

◆ MD5_Init()

void MD5_Init ( MD5_CTX ctx)

◆ MD5_Update()

void MD5_Update ( MD5_CTX ctx,
const void data,
unsigned long  size 
)
Here is the call graph for this function:

Variable Documentation

◆ MD5_u32plus

RETRO_BEGIN_DECLS typedef unsigned int MD5_u32plus