doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MD5.h
Go to the documentation of this file.
1 #ifndef __MD5_H__
2 #define __MD5_H__
3 
4 /*
5 ===============================================================================
6 
7  Calculates a checksum for a block of data
8  using the MD5 message-digest algorithm.
9 
10 ===============================================================================
11 */
12 
13 unsigned long MD5_BlockChecksum( const void *data, int length );
14 
15 #endif /* !__MD5_H__ */
GLsizei GLsizei GLenum GLenum const GLvoid * data
Definition: glext.h:2853
unsigned long MD5_BlockChecksum(const void *data, int length)
Definition: MD5.cpp:260
GLsizei const GLcharARB const GLint * length
Definition: glext.h:3599