#include <ctype.h>
#include "cryptlib.h"
#include "test/test.h"
#include "crypt.h"
Go to the source code of this file.
| #define DO_CERTPROCESS 0x0200 |
| #define DO_ENVELOPE 0x0800 |
| #define DO_HIGHLEVEL 0x0400 |
| #define DO_KEYSETDBX 0x0100 |
| #define DO_KEYSETFILE 0x0080 |
| #define DO_LOWLEVEL 0x0002 |
| #define DO_MIDLEVEL 0x0020 |
| #define DO_SELFTEST 0x0001 |
| #define DO_SESSION 0x1000 |
| #define DO_SESSIONLOOPBACK 0x2000 |
| #define THREAD_DEBUG_RESUME |
( |
| ) |
|
| #define THREAD_DEBUG_SUSPEND |
( |
| ) |
|
| int createTestKeys |
( |
void |
| ) |
|
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| void testSystemSpecific1 |
( |
void |
| ) |
|
| void testSystemSpecific2 |
( |
void |
| ) |
|
| void xxxCertCheck |
( |
const char * |
certFileName, |
|
|
const char * |
caFileNameOpt |
|
) |
| |
| void xxxCertImport |
( |
const char * |
fileName | ) |
|
| void xxxDataImport |
( |
const char * |
fileName | ) |
|
| void xxxEncryptedDataImport |
( |
const char * |
fileName | ) |
|
| void xxxPrivKeyRead |
( |
const char * |
fileName, |
|
|
const char * |
keyName, |
|
|
const char * |
password |
|
) |
| |
| void xxxPubKeyRead |
( |
const char * |
fileName, |
|
|
const char * |
keyName |
|
) |
| |
| void xxxSignedDataImport |
( |
const char * |
fileName | ) |
|