#include <UT_Blowfish.h>
Public Member Functions | |
| UT_Blowfish (const uint8 key[], int key_size) | |
| ~UT_Blowfish () | |
| int | encrypt (const uint8 *input, uint8 *output, int input_size) |
| bool | decrypt (const uint8 *input, uint8 *output, int input_size) |
Static Public Member Functions | |
| static int | getEncryptionOutputSize (int input_size) |
| static int | getCryptBufferSize (int max_buffer_size) |
| static int | getBlockSize () |
Definition at line 39 of file UT_Blowfish.h.
| UT_Blowfish::UT_Blowfish | ( | const uint8 | key[], | |
| int | key_size | |||
| ) |
| UT_Blowfish::~UT_Blowfish | ( | ) |
| 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] |
1.5.9