|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "wincrypt.h"#include "winerror.h"#include "winreg.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | ustring |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | NON_DEF_PROV_TYPE 999 |
| #define | key_length 16 |
Variables | |
| static const char | szRsaBaseProv [] = MS_DEF_PROV_A |
| static const char | szNonExistentProv [] = "Wine Nonexistent Cryptographic Provider v11.2" |
| static const char | szKeySet [] = "wine_test_keyset" |
| static const char | szBadKeySet [] = "wine_test_bad_keyset" |
| static | LPCSTR |
| static | DWORD |
| static DWORD DWORD | LPSTR |
| static | ALG_ID |
| static | HCRYPTKEY |
| static BYTE *static DWORD DWORD | dwFlags |
| static | HCRYPTHASH |
| static | BOOL |
| static BYTE HCRYPTKEY *static | LPCWSTR |
| static struct ustring struct ustring *static struct ustring struct ustring *static | ULONG |
| static const BYTE | privKey [] |
| static const unsigned char | key [key_length] |
|
static |
Definition at line 144 of file crypt.c.
Referenced by START_TEST().
|
static |
Definition at line 760 of file crypt.c.
Referenced by test_get_default_provider().
|
static |
Definition at line 485 of file crypt.c.
Referenced by test_enum_providers().
|
static |
Definition at line 607 of file crypt.c.
Referenced by test_enum_provider_types().
Definition at line 118 of file crypt.c.
Referenced by START_TEST().
Definition at line 79 of file crypt.c.
Referenced by START_TEST().
| START_TEST | ( | crypt | ) |
Definition at line 1304 of file crypt.c.
Definition at line 170 of file crypt.c.
Referenced by START_TEST().
Definition at line 1272 of file crypt.c.
Referenced by START_TEST().
Definition at line 667 of file crypt.c.
Referenced by START_TEST().
Definition at line 514 of file crypt.c.
Referenced by START_TEST().
Definition at line 810 of file crypt.c.
Referenced by START_TEST().
Definition at line 231 of file crypt.c.
Referenced by START_TEST().
Definition at line 955 of file crypt.c.
Referenced by START_TEST().
Definition at line 1008 of file crypt.c.
Referenced by START_TEST().
Definition at line 892 of file crypt.c.
Referenced by START_TEST().
Definition at line 1135 of file crypt.c.
Referenced by START_TEST().
Definition at line 1192 of file crypt.c.
Referenced by START_TEST().
Definition at line 1243 of file crypt.c.
Referenced by START_TEST().
Definition at line 418 of file crypt.c.
Referenced by START_TEST().
| BYTE DWORD *static HCRYPTKEY *static DWORD HCRYPTHASH *static DWORD HCRYPTKEY *static HCRYPTHASH |
|
static |
Definition at line 392 of file crypt.c.
Referenced by test_verify_sig().
Definition at line 42 of file crypt.c.
Referenced by clean_up_environment(), init_environment(), and test_incorrect_api_usage().
Definition at line 41 of file crypt.c.
Referenced by clean_up_environment(), init_environment(), test_acquire_context(), test_machine_guid(), and test_verify_sig().
Definition at line 40 of file crypt.c.
Referenced by test_acquire_context().
|
static |
Definition at line 39 of file crypt.c.
Referenced by clean_up_environment(), init_environment(), test_acquire_context(), and test_incorrect_api_usage().