OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
rc4speed.c File Reference
#include <stdio.h>
#include <openssl/e_os2.h>
#include <signal.h>
#include <time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <openssl/rc4.h>

Go to the source code of this file.

Macros

#define TIMES
 
#define HZ   100.0
 
#define BUFSIZE   ((long)1024)
 
#define START   0
 
#define STOP   1
 
#define COND(d)   (count != (d))
 
#define COUNT(d)   (d)
 

Functions

double Time_F (int s)
 
int main (int argc, char **argv)
 

Variables

long run =0
 

Macro Definition Documentation

#define BUFSIZE   ((long)1024)

Definition at line 113 of file rc4speed.c.

#define COND (   d)    (count != (d))
#define COUNT (   d)    (d)
#define HZ   100.0

Definition at line 107 of file rc4speed.c.

#define START   0

Definition at line 135 of file rc4speed.c.

#define STOP   1

Definition at line 136 of file rc4speed.c.

#define TIMES

Definition at line 63 of file rc4speed.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 174 of file rc4speed.c.

double Time_F ( int  s)

Variable Documentation

long run =0

Definition at line 114 of file rc4speed.c.