, including all inherited members.
BLOCK_SIZE enum value | Botan::Block_Cipher_Fixed_Params< 16, 32 > | |
block_size() const | Botan::Block_Cipher_Fixed_Params< 16, 32 > | [inline, virtual] |
clear() | Botan::Camellia_256 | [virtual] |
clone() const | Botan::Camellia_256 | [inline, virtual] |
decrypt(const byte in[], byte out[]) const | Botan::BlockCipher | [inline] |
decrypt(byte block[]) const | Botan::BlockCipher | [inline] |
decrypt(std::vector< byte, Alloc > &block) const | Botan::BlockCipher | [inline] |
decrypt(const std::vector< byte, Alloc > &in, std::vector< byte, Alloc2 > &out) const | Botan::BlockCipher | [inline] |
decrypt_n(const byte in[], byte out[], size_t blocks) const | Botan::Camellia_256 | [virtual] |
encrypt(const byte in[], byte out[]) const | Botan::BlockCipher | [inline] |
encrypt(byte block[]) const | Botan::BlockCipher | [inline] |
encrypt(std::vector< byte, Alloc > &block) const | Botan::BlockCipher | [inline] |
encrypt(const std::vector< byte, Alloc > &in, std::vector< byte, Alloc2 > &out) const | Botan::BlockCipher | [inline] |
encrypt_n(const byte in[], byte out[], size_t blocks) const | Botan::Camellia_256 | [virtual] |
key_spec() const | Botan::Block_Cipher_Fixed_Params< 16, 32 > | [inline, virtual] |
maximum_keylength() const | Botan::SymmetricAlgorithm | [inline] |
minimum_keylength() const | Botan::SymmetricAlgorithm | [inline] |
name() const | Botan::Camellia_256 | [inline, virtual] |
parallel_bytes() const | Botan::BlockCipher | [inline] |
parallelism() const | Botan::BlockCipher | [inline, virtual] |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | [inline] |
set_key(const std::vector< byte, Alloc > &key) | Botan::SymmetricAlgorithm | [inline] |
set_key(const byte key[], size_t length) | Botan::SymmetricAlgorithm | [inline] |
Spec typedef | Botan::BlockCipher | |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | [inline] |
~SymmetricAlgorithm() | Botan::SymmetricAlgorithm | [inline, virtual] |