#include <stdio.h>
#include <openssl/e_os2.h>
#include <signal.h>
#include <time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <openssl/des.h>
Go to the source code of this file.
Macros | |
#define | TIMES |
#define | crypt(c, s) (des_crypt((c),(s))) |
#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 |
#define COND | ( | d | ) | (count != (d)) |
#define COUNT | ( | d | ) | (d) |
double Time_F | ( | int | s | ) |