cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Variables
envelope.c File Reference
#include <limits.h>
#include "cryptlib.h"
#include "test/test.h"

Go to the source code of this file.

Macros

#define ENVELOPE_TESTDATA   ( ( BYTE * ) "Some test data" )
 
#define ENVELOPE_PGP_TESTDATA   ( ( BYTE * ) "Some test data." )
 
#define ENVELOPE_COMPRESSEDDATA   "/* This is a lowest-"
 
#define ENVELOPE_TESTDATA_SIZE   15
 
#define ENVELOPE_COMPRESSEDDATA_SIZE   20
 

Variables

int keyReadOK
 
int doubleCertOK
 

Macro Definition Documentation

#define ENVELOPE_COMPRESSEDDATA   "/* This is a lowest-"

Definition at line 33 of file envelope.c.

#define ENVELOPE_COMPRESSEDDATA_SIZE   20

Definition at line 36 of file envelope.c.

#define ENVELOPE_PGP_TESTDATA   ( ( BYTE * ) "Some test data." )

Definition at line 32 of file envelope.c.

#define ENVELOPE_TESTDATA   ( ( BYTE * ) "Some test data" )

Definition at line 31 of file envelope.c.

#define ENVELOPE_TESTDATA_SIZE   15

Definition at line 35 of file envelope.c.

Variable Documentation

int doubleCertOK

Definition at line 56 of file testlib.c.

int keyReadOK

Definition at line 56 of file testlib.c.