#include <stdio.h>
#include <math.h>
#include "sys/time.h"
#include "ctaes.h"
Go to the source code of this file.
◆ bench_AES128_decrypt()
| void bench_AES128_decrypt |
( |
void * | data | ) |
|
|
static |
◆ bench_AES128_encrypt()
| void bench_AES128_encrypt |
( |
void * | data | ) |
|
|
static |
◆ bench_AES128_encrypt_setup()
| void bench_AES128_encrypt_setup |
( |
void * | data | ) |
|
|
static |
◆ bench_AES128_init()
| void bench_AES128_init |
( |
void * | data | ) |
|
|
static |
◆ bench_AES192_decrypt()
| void bench_AES192_decrypt |
( |
void * | data | ) |
|
|
static |
◆ bench_AES192_encrypt()
| void bench_AES192_encrypt |
( |
void * | data | ) |
|
|
static |
◆ bench_AES192_encrypt_setup()
| void bench_AES192_encrypt_setup |
( |
void * | data | ) |
|
|
static |
◆ bench_AES192_init()
| void bench_AES192_init |
( |
void * | data | ) |
|
|
static |
◆ bench_AES256_decrypt()
| void bench_AES256_decrypt |
( |
void * | data | ) |
|
|
static |
◆ bench_AES256_encrypt()
| void bench_AES256_encrypt |
( |
void * | data | ) |
|
|
static |
◆ bench_AES256_encrypt_setup()
| void bench_AES256_encrypt_setup |
( |
void * | data | ) |
|
|
static |
◆ bench_AES256_init()
| void bench_AES256_init |
( |
void * | data | ) |
|
|
static |
◆ gettimedouble()
| double gettimedouble |
( |
void | | ) |
|
|
static |
◆ main()
◆ print_number()
| void print_number |
( |
double | x | ) |
|
|
static |
◆ run_benchmark()
| void run_benchmark |
( |
char * | name, |
|
|
void(* | benchmark )(void *), |
|
|
void(* | setup )(void *), |
|
|
void(* | teardown )(void *), |
|
|
void * | data, |
|
|
int | count, |
|
|
int | iter ) |
|
static |