| Botan::assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
| Botan::assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
| assert_key_material_set() const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inlineprotected |
| assert_key_material_set(bool predicate) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inlineprotected |
| BLOCK_SIZE enum value | Botan::Block_Cipher_Fixed_Params< 16, 16 > | |
| block_size() const final | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inlinevirtual |
| clear() override | Botan::Noekeon | virtual |
| Botan::clone() const | Botan::BlockCipher | inline |
| clone() const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| Botan::create(std::string_view algo_spec, std::string_view provider="") | Botan::BlockCipher | static |
| create(std::string_view algo_spec, std::string_view provider="") | Botan::Block_Cipher_Fixed_Params< 16, 16 > | static |
| Botan::create_or_throw(std::string_view algo_spec, std::string_view provider="") | Botan::BlockCipher | static |
| create_or_throw(std::string_view algo_spec, std::string_view provider="") | Botan::Block_Cipher_Fixed_Params< 16, 16 > | static |
| Botan::decrypt(const uint8_t in[], uint8_t out[]) const | Botan::BlockCipher | inline |
| Botan::decrypt(uint8_t block[]) const | Botan::BlockCipher | inline |
| Botan::decrypt(std::span< uint8_t > block) const | Botan::BlockCipher | inline |
| Botan::decrypt(std::span< const uint8_t > in, std::span< uint8_t > out) const | Botan::BlockCipher | inline |
| decrypt(const uint8_t in[], uint8_t out[]) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| decrypt(uint8_t block[]) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| decrypt(std::span< uint8_t > block) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| decrypt(std::span< const uint8_t > in, std::span< uint8_t > out) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const override | Botan::Noekeon | virtual |
| Botan::decrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) const | Botan::BlockCipher | inline |
| decrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| Botan::encrypt(const uint8_t in[], uint8_t out[]) const | Botan::BlockCipher | inline |
| Botan::encrypt(uint8_t block[]) const | Botan::BlockCipher | inline |
| Botan::encrypt(std::span< uint8_t > block) const | Botan::BlockCipher | inline |
| Botan::encrypt(std::span< const uint8_t > in, std::span< uint8_t > out) const | Botan::BlockCipher | inline |
| encrypt(const uint8_t in[], uint8_t out[]) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| encrypt(uint8_t block[]) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| encrypt(std::span< uint8_t > block) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| encrypt(std::span< const uint8_t > in, std::span< uint8_t > out) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const override | Botan::Noekeon | virtual |
| Botan::encrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) const | Botan::BlockCipher | inline |
| encrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| has_keying_material() const override | Botan::Noekeon | virtual |
| key_spec() const final | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inlinevirtual |
| Botan::maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
| maximum_keylength() const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| Botan::minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| minimum_keylength() const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| name() const override | Botan::Noekeon | inlinevirtual |
| new_object() const override | Botan::Noekeon | inlinevirtual |
| operator=(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| operator=(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| Botan::parallel_bytes() const | Botan::BlockCipher | inline |
| parallel_bytes() const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| parallelism() const override | Botan::Noekeon | virtual |
| Botan::ParallelismMult | Botan::BlockCipher | static |
| ParallelismMult | Botan::Block_Cipher_Fixed_Params< 16, 16 > | static |
| provider() const override | Botan::Noekeon | virtual |
| Botan::providers(std::string_view algo_spec) | Botan::BlockCipher | static |
| providers(std::string_view algo_spec) | Botan::Block_Cipher_Fixed_Params< 16, 16 > | static |
| Botan::set_key(const OctetString &key) | Botan::SymmetricAlgorithm | |
| Botan::set_key(std::span< const uint8_t > key) | Botan::SymmetricAlgorithm | |
| Botan::set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
| set_key(const OctetString &key) | Botan::Block_Cipher_Fixed_Params< 16, 16 > | |
| set_key(std::span< const uint8_t > key) | Botan::Block_Cipher_Fixed_Params< 16, 16 > | |
| set_key(const uint8_t key[], size_t length) | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| Botan::valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
| valid_keylength(size_t length) const | Botan::Block_Cipher_Fixed_Params< 16, 16 > | inline |
| ~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |