ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wincred.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | TEST_TARGET_NAME "credtest.winehq.org" |
#define | TEST_TARGET_NAME2 "credtest2.winehq.org" |
Functions | |
static | BOOL (WINAPI *pCredDeleteA)(LPCSTR |
static DWORD PCREDENTIALA **static | VOID (WINAPI *pCredFree)(PVOID) |
static void | test_CredReadA (void) |
static void | test_CredWriteA (void) |
static void | test_CredDeleteA (void) |
static void | test_CredReadDomainCredentialsA (void) |
static void | check_blob (int line, DWORD cred_type, PCREDENTIALA cred) |
static void | test_generic (void) |
static void | test_domain_password (DWORD cred_type) |
static void | test_CredMarshalCredentialA (void) |
static void | test_CredUnmarshalCredentialA (void) |
static void | test_CredIsMarshaledCredentialA (void) |
START_TEST (cred) | |
Variables | |
static | DWORD |
static | LPDWORD |
static PCREDENTIALA *static | LPCSTR |
static DWORD PCREDENTIALA **static | PVOID |
static DWORD PCREDENTIALA **static LPSTR *static | PCRED_MARSHAL_TYPE |
static const WCHAR | TEST_PASSWORD [] = {'p','4','$','$','w','0','r','d','!',0} |
|
static |
Definition at line 244 of file cred.c.
Referenced by test_domain_password(), and test_generic().
START_TEST | ( | cred | ) |
Definition at line 764 of file cred.c.
Definition at line 167 of file cred.c.
Referenced by START_TEST().
Definition at line 703 of file cred.c.
Referenced by START_TEST().
Definition at line 382 of file cred.c.
Referenced by START_TEST().
Definition at line 46 of file cred.c.
Referenced by START_TEST().
Definition at line 184 of file cred.c.
Referenced by START_TEST().
Definition at line 564 of file cred.c.
Referenced by START_TEST().
Definition at line 70 of file cred.c.
Referenced by START_TEST().
Definition at line 322 of file cred.c.
Referenced by START_TEST().
Definition at line 263 of file cred.c.
Referenced by START_TEST().
|
static |
PCREDENTIALA *static LPCSTR |
DWORD PCREDENTIALA **static LPSTR *static PCRED_MARSHAL_TYPE |
Definition at line 44 of file cred.c.
Referenced by check_blob(), test_domain_password(), and test_generic().