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