#include <UT_Blowfish.h>
Definition at line 31 of file UT_Blowfish.h.
UT_Blowfish::UT_Blowfish |
( |
const uint8 |
key[], |
|
|
int |
key_size |
|
) |
| |
UT_Blowfish::~UT_Blowfish |
( |
| ) |
|
bool UT_Blowfish::decrypt |
( |
const uint8 * |
input, |
|
|
uint8 * |
output, |
|
|
int |
input_size |
|
) |
| |
int UT_Blowfish::encrypt |
( |
const uint8 * |
input, |
|
|
uint8 * |
output, |
|
|
int |
input_size |
|
) |
| |
static int UT_Blowfish::getBlockSize |
( |
| ) |
|
|
static |
static int UT_Blowfish::getCryptBufferSize |
( |
int |
max_buffer_size | ) |
|
|
static |
static int UT_Blowfish::getEncryptionOutputSize |
( |
int |
input_size | ) |
|
|
static |
int64 UT_Blowfish::getMemoryUsage |
( |
bool |
inclusive | ) |
const |
The documentation for this class was generated from the following file: