#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <openssl/bn.h>
#include <openssl/x509.h>
Go to the source code of this file.
Macros | |
#define | BASENUM 1000000 |
#define | PROG bnspeed_main |
#define | TIMES |
#define | HZ 100.0 |
#define | BUFSIZE ((long)1024*8) |
#define | START 0 |
#define | STOP 1 |
#define | NUM_SIZES 5 |
Functions | |
void | do_mul (BIGNUM *r, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) |
int | main (int argc, char **argv) |
Variables | |
int | run =0 |