ReactOS 0.4.16-dev-981-g80eb313
|
#include <stdio.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winerror.h>
#include <wincrypt.h>
#include <winreg.h>
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | OIDToAlgID |
Macros | |
#define | CRYPT_OID_INFO_HAS_EXTRA_FIELDS |
Typedefs | |
typedef int(* | funcY) (int) |
Functions | |
static | BOOL (WINAPI *pCryptEnumOIDInfo)(DWORD |
static void | testOIDToAlgID (void) |
static void | testAlgIDToOID (void) |
static void | test_oidFunctionSet (void) |
static int | funky (int x) |
static void | test_installOIDFunctionAddress (void) |
static void | test_registerOIDFunction (void) |
static void | test_registerDefaultOIDFunction (void) |
static void | test_getDefaultOIDFunctionAddress (void) |
static BOOL WINAPI | countOidInfo (PCCRYPT_OID_INFO pInfo, void *pvArg) |
static BOOL WINAPI | noOidInfo (PCCRYPT_OID_INFO pInfo, void *pvArg) |
static void | test_enumOIDInfo (void) |
static void | test_findOIDInfo (void) |
static void | test_registerOIDInfo (void) |
START_TEST (oid) | |
Variables | |
static | DWORD |
static void | PFN_CRYPT_ENUM_OID_INFO |
static const struct OIDToAlgID | oidToAlgID [] |
static const struct OIDToAlgID | algIDToOID [] |
static const WCHAR | bogusDll [] = { 'b','o','g','u','s','.','d','l','l',0 } |
static const WCHAR | bogus2Dll [] = { 'b','o','g','u','s','2','.','d','l','l',0 } |
|
static |
Definition at line 513 of file oid.c.
Referenced by test_enumOIDInfo().
|
static |
Definition at line 519 of file oid.c.
Referenced by test_enumOIDInfo().
START_TEST | ( | oid | ) |
Definition at line 709 of file oid.c.
Definition at line 524 of file oid.c.
Referenced by START_TEST().
Definition at line 546 of file oid.c.
Referenced by START_TEST().
Definition at line 468 of file oid.c.
Referenced by START_TEST().
Definition at line 232 of file oid.c.
Referenced by START_TEST().
Definition at line 156 of file oid.c.
Referenced by START_TEST().
Definition at line 376 of file oid.c.
Referenced by START_TEST().
Definition at line 293 of file oid.c.
Referenced by START_TEST().
Definition at line 618 of file oid.c.
Referenced by START_TEST().
Definition at line 118 of file oid.c.
Referenced by START_TEST().
Definition at line 101 of file oid.c.
Referenced by START_TEST().
|
static |
Definition at line 99 of file oid.c.
Referenced by test_registerDefaultOIDFunction().
Definition at line 98 of file oid.c.
Referenced by test_getDefaultOIDFunctionAddress(), test_registerDefaultOIDFunction(), and test_registerOIDFunction().
|
static |
Definition at line 44 of file oid.c.
Referenced by testOIDToAlgID().