|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <stdio.h>#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winerror.h>#include <wincrypt.h>#include "wine/test.h"
Go to the source code of this file.
Functions | |
| static void | testCreateCTL (void) |
| static void | testDupCTL (void) |
| static void | checkHash (const BYTE *data, DWORD dataLen, ALG_ID algID, PCCTL_CONTEXT context, DWORD propID) |
| static void | testCTLProperties (void) |
| static void | testAddCTLToStore (void) |
| START_TEST (ctl) | |
Variables | |
| static const BYTE | emptyCTL [] |
| static const BYTE | ctlWithOneEntry [] |
| static const BYTE | signedCTL [] |
| static const BYTE | signedCTLWithSubjectAlgorithm [] |
| static const BYTE | signedCTLWithCTLInnerContent [] |
| static const BYTE | signedCTLWithCTLInnerContentAndBadSig [] |
| static const BYTE | signedCTLWithUsage [] |
| static const BYTE | signedCTLWithListID1 [] |
| static const BYTE | signedCTLWithListID2 [] |
|
static |
Definition at line 200 of file ctl.c.
Referenced by testCTLProperties().
| START_TEST | ( | ctl | ) |
Definition at line 330 of file ctl.c.
Referenced by START_TEST().
Definition at line 110 of file ctl.c.
Referenced by START_TEST().
Definition at line 219 of file ctl.c.
Referenced by START_TEST().
Definition at line 177 of file ctl.c.
Referenced by START_TEST().
Definition at line 34 of file ctl.c.
Referenced by testCreateCTL().
Definition at line 31 of file ctl.c.
Referenced by testCreateCTL().
Definition at line 38 of file ctl.c.
Referenced by testCreateCTL().
Definition at line 69 of file ctl.c.
Referenced by testAddCTLToStore(), testCreateCTL(), testCTLProperties(), and testDupCTL().
Definition at line 89 of file ctl.c.
Referenced by testAddCTLToStore(), and testCreateCTL().
Definition at line 291 of file ctl.c.
Referenced by testAddCTLToStore().
Definition at line 310 of file ctl.c.
Referenced by testAddCTLToStore().
Definition at line 53 of file ctl.c.
Referenced by testCreateCTL().
Definition at line 271 of file ctl.c.
Referenced by testAddCTLToStore().