Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Typedefs | Functions
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_Init (MD5_CTX *ctx)
 
void MD5_Update (MD5_CTX *ctx, void *data, unsigned long size)
 
void MD5_Final (unsigned char *result, MD5_CTX *ctx)
 

Typedef Documentation

◆ MD5_u32plus

typedef unsigned int MD5_u32plus

Definition at line 32 of file md5.h.

Function Documentation

◆ MD5_Final()

void MD5_Final ( unsigned char *  result,
MD5_CTX ctx 
)

Definition at line 244 of file md5.c.

References MD5_CTX::buffer, free(), and MD5_CTX::lo.

Referenced by FT_Render_Glyph_Internal().

◆ MD5_Init()

void MD5_Init ( MD5_CTX ctx)

Definition at line 199 of file md5.c.

References MD5_CTX::a, MD5_CTX::b, MD5_CTX::c, MD5_CTX::d, MD5_CTX::hi, and MD5_CTX::lo.

Referenced by FT_Render_Glyph_Internal().

◆ MD5_Update()

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

Definition at line 210 of file md5.c.

References MD5_CTX::buffer, free(), MD5_CTX::hi, and MD5_CTX::lo.

Referenced by FT_Render_Glyph_Internal().