ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

crypt_md5.c File Reference
#include <advapi32.h>

Go to the source code of this file.

Data Structures

struct  MD5_CTX

Defines

#define F1(x, y, z)   (z ^ (x & (y ^ z)))
#define F2(x, y, z)   F1( z, x, y )
#define F3(x, y, z)   (x ^ y ^ z)
#define F4(x, y, z)   (y ^ (x | ~z))
#define MD5STEP(f, w, x, y, z, data, s)   ( w += f( x, y, z ) + data, w = w << s | w >> (32 - s), w += x )

Functions

static void MD5Transform (unsigned int buf[4], const unsigned int in[16])
VOID WINAPI MD5Init (MD5_CTX *ctx)
VOID WINAPI MD5Update (MD5_CTX *ctx, const unsigned char *buf, unsigned int len)
VOID WINAPI MD5Final (MD5_CTX *ctx)

Generated on Sun May 27 2012 05:06:09 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.