#include <cstddef>
Go to the source code of this file.
◆ fillAes1Rx4()
template<bool softAes>
| void fillAes1Rx4 |
( |
void * |
state, |
|
|
size_t |
outputSize, |
|
|
void * |
buffer |
|
) |
| |
◆ fillAes4Rx4()
template<bool softAes>
| void fillAes4Rx4 |
( |
void * |
state, |
|
|
size_t |
outputSize, |
|
|
void * |
buffer |
|
) |
| |
◆ hashAes1Rx4()
template<bool softAes>
| void hashAes1Rx4 |
( |
const void * |
input, |
|
|
size_t |
inputSize, |
|
|
void * |
hash |
|
) |
| |
◆ hashAndFillAes1Rx4()
template<bool softAes>
| void hashAndFillAes1Rx4 |
( |
void * |
scratchpad, |
|
|
size_t |
scratchpadSize, |
|
|
void * |
hash, |
|
|
void * |
fill_state |
|
) |
| |