ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include "ntstatus.h"
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
Go to the source code of this file.
Classes | |
struct | MD4_CTX |
Macros | |
#define | WIN32_NO_STATUS |
#define | ctxcmp(a, b) memcmp( a, b, FIELD_OFFSET( MD4_CTX, in ) ) |
Typedefs | |
typedef int(WINAPI * | md4hashfunc) (LPVOID, const LPBYTE, LPBYTE) |
Functions | |
static | VOID (WINAPI *pMD4Init)(MD4_CTX *ctx) |
static | int (WINAPI *pSystemFunction007)(const UNICODE_STRING * |
static void | test_md4_ctx (void) |
static void | test_SystemFunction007 (void) |
static void | test_md4hashfunc (md4hashfunc func) |
START_TEST (crypt_md4) | |
Variables | |
static const unsigned char * | src |
static const unsigned char const int | len |
static | LPBYTE |
static md4hashfunc | pSystemFunction010 |
static md4hashfunc | pSystemFunction011 |
Definition at line 48 of file crypt_md4.c.
#define WIN32_NO_STATUS |
Definition at line 24 of file crypt_md4.c.
Definition at line 43 of file crypt_md4.c.
|
static |
START_TEST | ( | crypt_md4 | ) |
Definition at line 142 of file crypt_md4.c.
Definition at line 50 of file crypt_md4.c.
Referenced by START_TEST().
|
static |
Definition at line 127 of file crypt_md4.c.
Referenced by START_TEST().
Definition at line 100 of file crypt_md4.c.
Referenced by START_TEST().
Definition at line 42 of file crypt_md4.c.
|
static |
Definition at line 45 of file crypt_md4.c.
Referenced by START_TEST().
|
static |
Definition at line 46 of file crypt_md4.c.
Referenced by START_TEST().