Botan 3.4.0
Crypto and TLS for C&
Botan::Cascade_Cipher Member List

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

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
block_size() const overrideBotan::Cascade_Cipherinlinevirtual
Cascade_Cipher(std::unique_ptr< BlockCipher > cipher1, std::unique_ptr< BlockCipher > cipher2)Botan::Cascade_Cipher
Cascade_Cipher(const Cascade_Cipher &)=deleteBotan::Cascade_Cipher
clear() overrideBotan::Cascade_Ciphervirtual
clone() constBotan::BlockCipherinline
create(std::string_view algo_spec, std::string_view provider="")Botan::BlockCipherstatic
create_or_throw(std::string_view algo_spec, std::string_view provider="")Botan::BlockCipherstatic
decrypt(const uint8_t in[], uint8_t out[]) constBotan::BlockCipherinline
decrypt(uint8_t block[]) constBotan::BlockCipherinline
decrypt(std::span< uint8_t > block) constBotan::BlockCipherinline
decrypt(std::span< const uint8_t > in, std::span< uint8_t > out) constBotan::BlockCipherinline
decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const overrideBotan::Cascade_Ciphervirtual
decrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) constBotan::BlockCipherinlinevirtual
encrypt(const uint8_t in[], uint8_t out[]) constBotan::BlockCipherinline
encrypt(uint8_t block[]) constBotan::BlockCipherinline
encrypt(std::span< uint8_t > block) constBotan::BlockCipherinline
encrypt(std::span< const uint8_t > in, std::span< uint8_t > out) constBotan::BlockCipherinline
encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const overrideBotan::Cascade_Ciphervirtual
encrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) constBotan::BlockCipherinlinevirtual
has_keying_material() const overrideBotan::Cascade_Ciphervirtual
key_spec() const overrideBotan::Cascade_Cipherinlinevirtual
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const overrideBotan::Cascade_Ciphervirtual
new_object() const overrideBotan::Cascade_Ciphervirtual
operator=(const Cascade_Cipher &)=deleteBotan::Cascade_Cipher
parallel_bytes() constBotan::BlockCipherinline
parallelism() constBotan::BlockCipherinlinevirtual
provider() constBotan::BlockCipherinlinevirtual
providers(std::string_view algo_spec)Botan::BlockCipherstatic
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(std::span< const uint8_t > key)Botan::SymmetricAlgorithm
set_key(const uint8_t key[], size_t length)Botan::SymmetricAlgorithminline
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
~BlockCipher() override=defaultBotan::BlockCipher
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual