ReactOS 0.4.16-dev-319-g6cf4263
|
#include <stdio.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <rpc.h>
#include <rpcdce.h>
#include <security.h>
#include <schannel.h>
#include <wincred.h>
#include <winsock2.h>
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | SECURITY_WIN32 |
Functions | |
static | SECURITY_STATUS (SEC_ENTRY *pSspiEncodeAuthIdentityAsStrings)(PSEC_WINNT_AUTH_IDENTITY_OPAQUE |
static PCWSTR PCWSTR PCWSTR *static PSEC_WINNT_AUTH_IDENTITY_OPAQUE *static | void (SEC_ENTRY *pSspiFreeAuthIdentity)(PSEC_WINNT_AUTH_IDENTITY_OPAQUE) |
static | BOOLEAN (WINAPI *pGetComputerObjectNameA)(EXTENDED_NAME_FORMAT NameFormat |
static | PSecurityFunctionTableA (SEC_ENTRY *pInitSecurityInterfaceA)(void) |
static | PSecurityFunctionTableW (SEC_ENTRY *pInitSecurityInterfaceW)(void) |
static void | testGetComputerObjectNameA (void) |
static void | testGetComputerObjectNameW (void) |
static void | testGetUserNameExA (void) |
static void | testGetUserNameExW (void) |
static void | test_InitSecurityInterface (void) |
static void | test_SspiEncodeStringsAsAuthIdentity (void) |
static void | test_SspiPrepareForCredWrite (void) |
static void | test_kerberos (void) |
START_TEST (secur32) | |
Variables | |
static HMODULE | secdll |
static PCWSTR PCWSTR PCWSTR *static | PCWSTR |
static | PULONG |
static LPSTR | lpNameBuffer |
static LPSTR PULONG | lpnSize |
static EXTENDED_NAME_FORMAT | formats [] |
|
static |
|
static |
|
static |
START_TEST | ( | secur32 | ) |
Definition at line 467 of file secur32.c.
Definition at line 248 of file secur32.c.
Referenced by START_TEST().
Definition at line 416 of file secur32.c.
Referenced by START_TEST().
Definition at line 278 of file secur32.c.
Referenced by START_TEST().
Definition at line 362 of file secur32.c.
Referenced by START_TEST().
Definition at line 63 of file secur32.c.
Referenced by START_TEST().
Definition at line 108 of file secur32.c.
Referenced by START_TEST().
Definition at line 154 of file secur32.c.
Referenced by START_TEST().
Definition at line 201 of file secur32.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 57 of file secur32.c.
Referenced by testGetComputerObjectNameA(), testGetComputerObjectNameW(), testGetUserNameExA(), and testGetUserNameExW().
static LPWSTR lpNameBuffer |
Definition at line 50 of file secur32.c.
Referenced by GetComputerObjectNameA(), GetComputerObjectNameW(), GetServiceDisplayNameA(), GetServiceDisplayNameW(), GetServiceKeyNameA(), GetServiceKeyNameW(), GetUserNameExA(), GetUserNameExW(), and NetGetJoinInformation().
Definition at line 50 of file secur32.c.
Referenced by GetComputerNameA(), GetComputerNameW(), NpGetUserNamep(), and test_normal_imports().
|
static |
Definition at line 35 of file secur32.c.
Referenced by START_TEST().