Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <stdio.h>
#include <math.h>
#include "sys/time.h"
#include "ctaes.h"
Go to the source code of this file.
◆ bench_AES128_decrypt()
static void bench_AES128_decrypt |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES128_encrypt()
static void bench_AES128_encrypt |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES128_encrypt_setup()
static void bench_AES128_encrypt_setup |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES128_init()
static void bench_AES128_init |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES192_decrypt()
static void bench_AES192_decrypt |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES192_encrypt()
static void bench_AES192_encrypt |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES192_encrypt_setup()
static void bench_AES192_encrypt_setup |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES192_init()
static void bench_AES192_init |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES256_decrypt()
static void bench_AES256_decrypt |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES256_encrypt()
static void bench_AES256_encrypt |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES256_encrypt_setup()
static void bench_AES256_encrypt_setup |
( |
void * |
data | ) |
|
|
static |
◆ bench_AES256_init()
static void bench_AES256_init |
( |
void * |
data | ) |
|
|
static |
◆ gettimedouble()
static double gettimedouble |
( |
void |
| ) |
|
|
static |
◆ main()
Definition at line 156 of file bench.c.
References bench_AES128_decrypt(), bench_AES128_encrypt(), bench_AES128_encrypt_setup(), bench_AES128_init(), bench_AES192_decrypt(), bench_AES192_encrypt(), bench_AES192_encrypt_setup(), bench_AES192_init(), bench_AES256_decrypt(), bench_AES256_encrypt(), bench_AES256_encrypt_setup(), bench_AES256_init(), and run_benchmark().
◆ print_number()
static void print_number |
( |
double |
x | ) |
|
|
static |
◆ run_benchmark()
static void run_benchmark |
( |
char * |
name, |
|
|
void(*)(void *) |
benchmark, |
|
|
void(*)(void *) |
setup, |
|
|
void(*)(void *) |
teardown, |
|
|
void * |
data, |
|
|
int |
count, |
|
|
int |
iter |
|
) |
| |
|
static |