OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Functions
igetest.c File Reference
#include <openssl/aes.h>
#include <openssl/rand.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>

Go to the source code of this file.

Classes

struct  ige_test
 
struct  bi_ige_test
 

Macros

#define TEST_SIZE   128
 
#define BIG_TEST_SIZE   10240
 
#define MAX_VECTOR_SIZE   64
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define BIG_TEST_SIZE   10240

Definition at line 59 of file igetest.c.

#define MAX_VECTOR_SIZE   64

Definition at line 75 of file igetest.c.

#define TEST_SIZE   128

Definition at line 58 of file igetest.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 283 of file igetest.c.