Botan  2.1.0
Crypto and TLS for C++11
Botan::Cascade_Cipher Member List

This is the complete list of members for Botan::Cascade_Cipher, including all inherited members.

block_size() const overrideBotan::Cascade_Cipherinlinevirtual
Cascade_Cipher(BlockCipher *cipher1, BlockCipher *cipher2)Botan::Cascade_Cipher
Cascade_Cipher(const Cascade_Cipher &)=deleteBotan::Cascade_Cipher
clear() overrideBotan::Cascade_Ciphervirtual
clone() const overrideBotan::Cascade_Ciphervirtual
create(const std::string &algo_spec, const std::string &provider="")Botan::BlockCipherstatic
create_or_throw(const std::string &algo_spec, const std::string &provider="")Botan::BlockCipherstatic
decrypt(const uint8_t in[], uint8_t out[]) const Botan::BlockCipherinline
decrypt(uint8_t block[]) const Botan::BlockCipherinline
decrypt(std::vector< uint8_t, Alloc > &block) const Botan::BlockCipherinline
decrypt(const std::vector< uint8_t, Alloc > &in, std::vector< uint8_t, Alloc2 > &out) const Botan::BlockCipherinline
decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const overrideBotan::Cascade_Ciphervirtual
encrypt(const uint8_t in[], uint8_t out[]) const Botan::BlockCipherinline
encrypt(uint8_t block[]) const Botan::BlockCipherinline
encrypt(std::vector< uint8_t, Alloc > &block) const Botan::BlockCipherinline
encrypt(const std::vector< uint8_t, Alloc > &in, std::vector< uint8_t, Alloc2 > &out) const Botan::BlockCipherinline
encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const overrideBotan::Cascade_Ciphervirtual
key_spec() const overrideBotan::Cascade_Cipherinlinevirtual
maximum_keylength() const Botan::SymmetricAlgorithminline
minimum_keylength() const Botan::SymmetricAlgorithminline
name() const overrideBotan::Cascade_Ciphervirtual
operator=(const Cascade_Cipher &)=deleteBotan::Cascade_Cipher
parallel_bytes() const Botan::BlockCipherinline
parallelism() const Botan::BlockCipherinlinevirtual
provider() const Botan::BlockCipherinlinevirtual
providers(const std::string &algo_spec)Botan::BlockCipherstatic
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(const std::vector< uint8_t, Alloc > &key)Botan::SymmetricAlgorithminline
set_key(const uint8_t key[], size_t length)Botan::SymmetricAlgorithminline
valid_keylength(size_t length) const Botan::SymmetricAlgorithminline
~BlockCipher()=defaultBotan::BlockCiphervirtual
~SymmetricAlgorithm()Botan::SymmetricAlgorithminlinevirtual