|
| dooble_aes256 (const QByteArray &key) |
|
QByteArray | decrypt (const QByteArray &data) |
|
QByteArray | encrypt (const QByteArray &data) |
|
void | set_key (const QByteArray &key) |
|
virtual void | set_tweak (const QByteArray &tweak, bool *ok) |
|
|
static void | test1 (void) |
|
static void | test1_decrypt_block (void) |
|
static void | test1_encrypt_block (void) |
|
static void | test1_key_expansion (void) |
|
static void | test_performance (void) |
|
|
| dooble_block_cipher (const QByteArray &key) |
|
static QByteArray | xor_arrays (const QByteArray &a, const QByteArray &b) |
|
QByteArray | m_key |
|
int | m_block_length |
|
int | m_key_length |
|
The documentation for this class was generated from the following files: