LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Structures | Functions
md5.h File Reference

Go to the source code of this file.

Data Structures

struct  MD5_CTX
 

Functions

void MD5Init (MD5_CTX *mdContext)
 
void MD5Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen)
 
void MD5Final (unsigned char hash[], MD5_CTX *mdContext)
 

Function Documentation

◆ MD5Final()

void MD5Final ( unsigned char  hash[],
MD5_CTX mdContext 
)

◆ MD5Init()

void MD5Init ( MD5_CTX mdContext)

◆ MD5Update()

void MD5Update ( MD5_CTX mdContext,
unsigned char *  inBuf,
unsigned int  inLen 
)