#include <blowfish.h>
|
| | BlowfishEngine (void) |
| |
| | ~BlowfishEngine (void) |
| |
| void | Submit_Key (void const *key, int length) |
| |
| int | Encrypt (void const *plaintext, int length, void *cyphertext) |
| |
| int | Decrypt (void const *cyphertext, int length, void *plaintext) |
| |
| | BlowfishEngine (void) |
| |
| | ~BlowfishEngine (void) |
| |
| void | Submit_Key (void const *key, int length) |
| |
| int | Encrypt (void const *plaintext, int length, void *cyphertext) |
| |
| int | Decrypt (void const *cyphertext, int length, void *plaintext) |
| |
Definition at line 63 of file blowfish.h.
◆ anonymous enum
◆ anonymous enum
◆ BlowfishEngine() [1/2]
| BlowfishEngine::BlowfishEngine |
( |
void | | ) |
|
|
inline |
◆ ~BlowfishEngine() [1/2]
| BlowfishEngine::~BlowfishEngine |
( |
void | | ) |
|
◆ BlowfishEngine() [2/2]
| BlowfishEngine::BlowfishEngine |
( |
void | | ) |
|
|
inline |
◆ ~BlowfishEngine() [2/2]
| BlowfishEngine::~BlowfishEngine |
( |
void | | ) |
|
◆ Decrypt() [1/2]
| int BlowfishEngine::Decrypt |
( |
void const * | cyphertext, |
|
|
int | length, |
|
|
void * | plaintext ) |
◆ Decrypt() [2/2]
| int BlowfishEngine::Decrypt |
( |
void const * | cyphertext, |
|
|
int | length, |
|
|
void * | plaintext ) |
◆ Encrypt() [1/2]
| int BlowfishEngine::Encrypt |
( |
void const * | plaintext, |
|
|
int | length, |
|
|
void * | cyphertext ) |
◆ Encrypt() [2/2]
| int BlowfishEngine::Encrypt |
( |
void const * | plaintext, |
|
|
int | length, |
|
|
void * | cyphertext ) |
◆ Submit_Key() [1/2]
| void BlowfishEngine::Submit_Key |
( |
void const * | key, |
|
|
int | length ) |
◆ Submit_Key() [2/2]
| void BlowfishEngine::Submit_Key |
( |
void const * | key, |
|
|
int | length ) |
The documentation for this class was generated from the following files: