Botan  1.10.9
Botan::Block_Cipher_Fixed_Params< BS, KMIN, KMAX, KMOD > Member List

This is the complete list of members for Botan::Block_Cipher_Fixed_Params< BS, KMIN, KMAX, KMOD >, including all inherited members.

Algorithm()Botan::Algorithminline
BLOCK_SIZE enum valueBotan::Block_Cipher_Fixed_Params< BS, KMIN, KMAX, KMOD >
block_size() const Botan::Block_Cipher_Fixed_Params< BS, KMIN, KMAX, KMOD >inlinevirtual
clear()=0Botan::Algorithmpure virtual
clone() const =0Botan::BlockCipherpure virtual
decrypt(const byte in[], byte out[]) const Botan::BlockCipherinline
decrypt(byte block[]) const Botan::BlockCipherinline
decrypt_n(const byte in[], byte out[], size_t blocks) const =0Botan::BlockCipherpure virtual
encrypt(const byte in[], byte out[]) const Botan::BlockCipherinline
encrypt(byte block[]) const Botan::BlockCipherinline
encrypt_n(const byte in[], byte out[], size_t blocks) const =0Botan::BlockCipherpure virtual
key_spec() const Botan::Block_Cipher_Fixed_Params< BS, KMIN, KMAX, KMOD >inlinevirtual
maximum_keylength() const Botan::SymmetricAlgorithminline
minimum_keylength() const Botan::SymmetricAlgorithminline
name() const =0Botan::Algorithmpure virtual
parallel_bytes() const Botan::BlockCipherinline
parallelism() const Botan::BlockCipherinlinevirtual
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(const byte key[], size_t length)Botan::SymmetricAlgorithminline
valid_keylength(size_t length) const Botan::SymmetricAlgorithminline
~Algorithm()Botan::Algorithminlinevirtual