Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
md5.h File Reference

Go to the source code of this file.

Classes

struct  MD5_CTX
 

Macros

#define MD   5
 
#define MD_CTX   MD5_CTX
 
#define MDInit   MD5Init
 
#define MDUpdate   MD5Update
 
#define MDFinal   MD5Final
 

Functions

void MD5Init PROTO_LIST ((MD5_CTX *))
 
void MD5Update PROTO_LIST ((MD5_CTX *, unsigned char *, unsigned int))
 
void MD5Final PROTO_LIST ((unsigned char[16], MD5_CTX *))
 

Macro Definition Documentation

◆ MD

#define MD   5

Definition at line 44 of file md5.h.

◆ MD_CTX

#define MD_CTX   MD5_CTX

Definition at line 50 of file md5.h.

◆ MDFinal

#define MDFinal   MD5Final

Definition at line 53 of file md5.h.

◆ MDInit

#define MDInit   MD5Init

Definition at line 51 of file md5.h.

◆ MDUpdate

#define MDUpdate   MD5Update

Definition at line 52 of file md5.h.

Function Documentation

◆ PROTO_LIST() [1/3]

void MD5Init PROTO_LIST ( (MD5_CTX *) )

◆ PROTO_LIST() [2/3]

void MD5Update PROTO_LIST ( (MD5_CTX *, unsigned char *, unsigned int) )

◆ PROTO_LIST() [3/3]

void MD5Final PROTO_LIST ( (unsigned char[16], MD5_CTX *) )