|
Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::Tweakable_Block_Cipher, including all inherited members.
| assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
| assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
| block_size() const =0 | Botan::BlockCipher | pure virtual |
| clear()=0 | Botan::SymmetricAlgorithm | pure virtual |
| clone() const | Botan::BlockCipher | inline |
| create(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::BlockCipher | static |
| decrypt(const uint8_t in[], uint8_t out[]) const | Botan::BlockCipher | inline |
| decrypt(uint8_t block[]) const | Botan::BlockCipher | inline |
| decrypt(std::span< uint8_t > block) const | Botan::BlockCipher | inline |
| decrypt(std::span< const uint8_t > in, std::span< uint8_t > out) const | Botan::BlockCipher | inline |
| decrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const =0 | Botan::BlockCipher | pure virtual |
| decrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) const | Botan::BlockCipher | inline |
| encrypt(const uint8_t in[], uint8_t out[]) const | Botan::BlockCipher | inline |
| encrypt(uint8_t block[]) const | Botan::BlockCipher | inline |
| encrypt(std::span< uint8_t > block) const | Botan::BlockCipher | inline |
| encrypt(std::span< const uint8_t > in, std::span< uint8_t > out) const | Botan::BlockCipher | inline |
| encrypt_n(const uint8_t in[], uint8_t out[], size_t blocks) const =0 | Botan::BlockCipher | pure virtual |
| encrypt_n_xex(uint8_t data[], const uint8_t mask[], size_t blocks) const | Botan::BlockCipher | inline |
| has_keying_material() const =0 | Botan::SymmetricAlgorithm | pure virtual |
| key_spec() const =0 | Botan::SymmetricAlgorithm | pure virtual |
| maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
| minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| name() const =0 | Botan::SymmetricAlgorithm | pure virtual |
| new_object() const =0 | Botan::BlockCipher | pure virtual |
| operator=(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| operator=(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| parallel_bytes() const | Botan::BlockCipher | inline |
| parallelism() const | Botan::BlockCipher | inlinevirtual |
| ParallelismMult | Botan::BlockCipher | static |
| provider() const | Botan::BlockCipher | inlinevirtual |
| providers(std::string_view algo_spec) | Botan::BlockCipher | static |
| set_key(const OctetString &key) | Botan::SymmetricAlgorithm | |
| set_key(std::span< const uint8_t > key) | Botan::SymmetricAlgorithm | |
| set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
| set_tweak(const uint8_t tweak[], size_t len)=0 | Botan::Tweakable_Block_Cipher | pure virtual |
| SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
| ~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |