Botan
1.10.9
|
This is the complete list of members for Botan::Lion, including all inherited members.
Algorithm() | Botan::Algorithm | inline |
block_size() const | Botan::Lion | inlinevirtual |
clear() | Botan::Lion | virtual |
clone() const | Botan::Lion | virtual |
decrypt(const byte in[], byte out[]) const | Botan::BlockCipher | inline |
decrypt(byte block[]) const | Botan::BlockCipher | inline |
decrypt_n(const byte in[], byte out[], size_t blocks) const | Botan::Lion | virtual |
encrypt(const byte in[], byte out[]) const | Botan::BlockCipher | inline |
encrypt(byte block[]) const | Botan::BlockCipher | inline |
encrypt_n(const byte in[], byte out[], size_t blocks) const | Botan::Lion | virtual |
key_spec() const | Botan::Lion | inlinevirtual |
Lion(HashFunction *hash, StreamCipher *cipher, size_t block_size) | Botan::Lion | |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const | Botan::Lion | virtual |
parallel_bytes() const | Botan::BlockCipher | inline |
parallelism() const | Botan::BlockCipher | inlinevirtual |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(const byte key[], size_t length) | Botan::SymmetricAlgorithm | inline |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
~Algorithm() | Botan::Algorithm | inlinevirtual |
~Lion() | Botan::Lion | inline |