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_md4.c File Reference
#include <advapi32.h>

Go to the source code of this file.

Defines

#define rotl32(x, n)   (((x) << ((unsigned int)(n))) | ((x) >> (32 - (unsigned int)(n))))
#define F(x, y, z)   (((x) & (y)) | ((~x) & (z)))
#define G(x, y, z)   (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
#define H(x, y, z)   ((x) ^ (y) ^ (z))
#define FF(a, b, c, d, x, s)
#define GG(a, b, c, d, x, s)
#define HH(a, b, c, d, x, s)

Functions

static void MD4Transform (unsigned int buf[4], const unsigned int in[16])
VOID WINAPI MD4Init (MD4_CTX *ctx)
VOID WINAPI MD4Update (MD4_CTX *ctx, const unsigned char *buf, unsigned int len)
VOID WINAPI MD4Final (MD4_CTX *ctx)

Generated on Sat May 26 2012 05:04:52 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.