ReactOS 0.4.16-dev-282-g4d0a26d
|
#include <advapi32.h>
#include <ntsecapi.h>
#include <ksecioctl.h>
#include <md4.h>
#include <md5.h>
#include <rc4.h>
Go to the source code of this file.
Variables | |
static const unsigned char | CRYPT_LMhash_Magic [8] |
static const unsigned char | DefaultSessionKey [16] |
HANDLE | KsecDeviceHandle |
|
static |
Definition at line 695 of file sysfunc.c.
Referenced by SystemFunction040(), and SystemFunction041().
|
static |
Definition at line 649 of file sysfunc.c.
Referenced by KsecDeviceIoControl().
Definition at line 41 of file sysfunc.c.
Definition at line 66 of file sysfunc.c.
NTSTATUS WINAPI SystemFunction004 | ( | const struct ustring * | in, |
const struct ustring * | key, | ||
struct ustring * | out | ||
) |
Definition at line 119 of file sysfunc.c.
NTSTATUS WINAPI SystemFunction005 | ( | const struct ustring * | in, |
const struct ustring * | key, | ||
struct ustring * | out | ||
) |
Definition at line 182 of file sysfunc.c.
NTSTATUS WINAPI SystemFunction007 | ( | const UNICODE_STRING * | string, |
LPBYTE | hash | ||
) |
Definition at line 245 of file sysfunc.c.
Referenced by MsvpChangePassword(), MsvpCheckPassword(), and SampInitHashes().
Definition at line 276 of file sysfunc.c.
Referenced by SystemFunction009().
Definition at line 299 of file sysfunc.c.
Definition at line 533 of file sysfunc.c.
Referenced by read_credential_blob(), and write_credential_blob().
Definition at line 602 of file sysfunc.c.
NTSTATUS WINAPI SystemFunction040 | ( | _Inout_ PVOID | Memory, |
_In_ ULONG | MemoryLength, | ||
_In_ ULONG | OptionFlags | ||
) |
Definition at line 761 of file sysfunc.c.
NTSTATUS WINAPI SystemFunction041 | ( | _Inout_ PVOID | Memory, |
_In_ ULONG | MemoryLength, | ||
_In_ ULONG | OptionFlags | ||
) |
Definition at line 20 of file sysfunc.c.
Referenced by SystemFunction003().
Definition at line 22 of file sysfunc.c.
Referenced by SystemFunction028().
HANDLE KsecDeviceHandle |
Definition at line 645 of file sysfunc.c.
Referenced by CloseKsecDdHandle(), KsecDeviceIoControl(), and KsecOpenDevice().