|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winternl.h"#include "crypt.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
Variables | |
| static const unsigned char | CRYPT_LMhash_Magic [8] |
| #define WIN32_NO_STATUS |
Definition at line 29 of file crypt_lmhash.c.
Definition at line 39 of file crypt_lmhash.c.
Referenced by SystemFunction006().
Definition at line 121 of file crypt_lmhash.c.
Definition at line 144 of file crypt_lmhash.c.
Definition at line 166 of file crypt_lmhash.c.
| NTSTATUS WINAPI SystemFunction004 | ( | const struct ustring * | in, |
| const struct ustring * | key, | ||
| struct ustring * | out | ||
| ) |
Definition at line 193 of file crypt_lmhash.c.
Referenced by ScmEncryptPassword().
| NTSTATUS WINAPI SystemFunction005 | ( | const struct ustring * | in, |
| const struct ustring * | key, | ||
| struct ustring * | out | ||
| ) |
Definition at line 252 of file crypt_lmhash.c.
Referenced by ScmDecryptPassword().
Definition at line 53 of file crypt_lmhash.c.
Referenced by MsvpChangePassword(), MsvpCheckPassword(), SamChangePasswordUser(), SampInitHashes(), and SamSetInformationUser().
Definition at line 79 of file crypt_lmhash.c.
Referenced by SystemFunction009().
Definition at line 101 of file crypt_lmhash.c.
Definition at line 345 of file crypt_lmhash.c.
Definition at line 368 of file crypt_lmhash.c.
Definition at line 396 of file crypt_lmhash.c.
Definition at line 36 of file crypt_lmhash.c.
Referenced by CRYPT_LMhash(), and SystemFunction003().