|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include <windef.h>#include <winbase.h>#include <sspi.h>#include <rpc.h>#include <rpcdce.h>#include <secext.h>#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | sspi_data |
Macros | |
| #define | SECURITY_WIN32 |
| #define | NEGOTIATE_BASE_CAPS |
| #define | NTLM_BASE_CAPS |
Functions | |
| static void | cleanup_buffers (struct sspi_data *data) |
| static void | setup_buffers (struct sspi_data *data, SecPkgInfoA *info) |
| static SECURITY_STATUS | setup_client (struct sspi_data *data, SEC_CHAR *provider) |
| static SECURITY_STATUS | setup_server (struct sspi_data *data, SEC_CHAR *provider) |
| static SECURITY_STATUS | run_client (struct sspi_data *data, BOOL first) |
| static SECURITY_STATUS | run_server (struct sspi_data *data, BOOL first) |
| static void | communicate (struct sspi_data *from, struct sspi_data *to) |
| static void | test_authentication (void) |
| START_TEST (negotiate) | |
| #define NEGOTIATE_BASE_CAPS |
Definition at line 34 of file negotiate.c.
| #define NTLM_BASE_CAPS |
Definition at line 46 of file negotiate.c.
| #define SECURITY_WIN32 |
Definition at line 26 of file negotiate.c.
Definition at line 67 of file negotiate.c.
Referenced by test_authentication().
Definition at line 205 of file negotiate.c.
Referenced by test_authentication().
|
static |
Definition at line 154 of file negotiate.c.
Referenced by test_authentication().
|
static |
Definition at line 183 of file negotiate.c.
Referenced by test_authentication().
|
static |
Definition at line 87 of file negotiate.c.
Referenced by setup_client(), and setup_server().
|
static |
Definition at line 114 of file negotiate.c.
Referenced by test_authentication().
|
static |
Definition at line 134 of file negotiate.c.
Referenced by test_authentication().
| START_TEST | ( | negotiate | ) |
Definition at line 349 of file negotiate.c.
Definition at line 215 of file negotiate.c.
Referenced by START_TEST().