ReactOS 0.4.16-dev-456-ga97fcf1
|
Go to the source code of this file.
Macros | |
#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], unsigned int const in[16]) |
VOID NTAPI | MD4Init (MD4_CTX *ctx) |
VOID NTAPI | MD4Update (MD4_CTX *ctx, const unsigned char *buf, unsigned int len) |
VOID NTAPI | MD4Final (MD4_CTX *ctx) |
Definition at line 113 of file md4.c.
Referenced by finalize_hash_impl(), KsecGatherEntropyData(), SECUR32_CreateNTLM1SessionKey(), SystemFunction007(), and SystemFunction010().
Definition at line 45 of file md4.c.
Referenced by init_hash_impl(), KsecGatherEntropyData(), SECUR32_CreateNTLM1SessionKey(), SystemFunction007(), and SystemFunction010().
Definition at line 182 of file md4.c.
Referenced by MD4Final(), and MD4Update().
Definition at line 59 of file md4.c.
Referenced by KsecGatherEntropyData(), SECUR32_CreateNTLM1SessionKey(), SystemFunction007(), SystemFunction010(), and update_hash_impl().