|
static void | CHACHA20_POLY1305_AEAD (benchmark::State &state, size_t buffersize, bool include_decryption) |
|
static void | CHACHA20_POLY1305_AEAD_64BYTES_ONLY_ENCRYPT (benchmark::State &state) |
|
static void | CHACHA20_POLY1305_AEAD_256BYTES_ONLY_ENCRYPT (benchmark::State &state) |
|
static void | CHACHA20_POLY1305_AEAD_1MB_ONLY_ENCRYPT (benchmark::State &state) |
|
static void | CHACHA20_POLY1305_AEAD_64BYTES_ENCRYPT_DECRYPT (benchmark::State &state) |
|
static void | CHACHA20_POLY1305_AEAD_256BYTES_ENCRYPT_DECRYPT (benchmark::State &state) |
|
static void | CHACHA20_POLY1305_AEAD_1MB_ENCRYPT_DECRYPT (benchmark::State &state) |
|
static void | HASH (benchmark::State &state, size_t buffersize) |
|
static void | HASH_64BYTES (benchmark::State &state) |
|
static void | HASH_256BYTES (benchmark::State &state) |
|
static void | HASH_1MB (benchmark::State &state) |
|
| BENCHMARK (CHACHA20_POLY1305_AEAD_64BYTES_ONLY_ENCRYPT, 500000) |
|
| BENCHMARK (CHACHA20_POLY1305_AEAD_256BYTES_ONLY_ENCRYPT, 250000) |
|
| BENCHMARK (CHACHA20_POLY1305_AEAD_1MB_ONLY_ENCRYPT, 340) |
|
| BENCHMARK (CHACHA20_POLY1305_AEAD_64BYTES_ENCRYPT_DECRYPT, 500000) |
|
| BENCHMARK (CHACHA20_POLY1305_AEAD_256BYTES_ENCRYPT_DECRYPT, 250000) |
|
| BENCHMARK (CHACHA20_POLY1305_AEAD_1MB_ENCRYPT_DECRYPT, 340) |
|
| BENCHMARK (HASH_64BYTES, 500000) |
|
| BENCHMARK (HASH_256BYTES, 250000) |
|
| BENCHMARK (HASH_1MB, 340) |
|