|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "sspi.h"#include "ntsecapi.h"#include "ntsecpkg.h"#include "schannel.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (schannel) | |
| static NTSTATUS WINAPI | SpGetInfoUnified (PSecPkgInfoW PackageInfo) |
| static NTSTATUS WINAPI | SpGetInfoSChannel (PSecPkgInfoW PackageInfo) |
| NTSTATUS WINAPI | SpLsaModeInitialize (ULONG LsaVersion, PULONG PackageVersion, PSECPKG_FUNCTION_TABLE *ppTables, PULONG pcTables) |
Variables | |
| static SEC_WCHAR | schannelCommentW [] |
| static SECPKG_FUNCTION_TABLE | secPkgFunctionTable [2] |
|
static |
|
static |
| NTSTATUS WINAPI SpLsaModeInitialize | ( | ULONG | LsaVersion, |
| PULONG | PackageVersion, | ||
| PSECPKG_FUNCTION_TABLE * | ppTables, | ||
| PULONG | pcTables | ||
| ) |
Definition at line 162 of file lsamode.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | schannel | ) |
|
static |
Definition at line 57 of file lsamode.c.
Referenced by SpGetInfoSChannel().
|
static |
Definition at line 81 of file lsamode.c.
Referenced by SpLsaModeInitialize().