Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::CTS_Encryption, including all inherited members.
authenticated() const | Botan::Cipher_Mode | inlinevirtual |
block_size() const | Botan::CBC_Mode | inlineprotected |
CBC_Encryption(BlockCipher *cipher, BlockCipherModePaddingMethod *padding) | Botan::CBC_Encryption | inline |
CBC_Mode(BlockCipher *cipher, BlockCipherModePaddingMethod *padding) | Botan::CBC_Mode | protected |
cipher() const | Botan::CBC_Mode | inlineprotected |
clear() override | Botan::CBC_Mode | virtual |
create(const std::string &algo, Cipher_Dir direction, const std::string &provider="") | Botan::Cipher_Mode | static |
create_or_throw(const std::string &algo, Cipher_Dir direction, const std::string &provider="") | Botan::Cipher_Mode | static |
CTS_Encryption(BlockCipher *cipher) | Botan::CTS_Encryption | inlineexplicit |
default_nonce_length() const override | Botan::CBC_Mode | virtual |
finish(secure_vector< uint8_t > &final_block, size_t offset=0) override | Botan::CTS_Encryption | virtual |
key_spec() const override | Botan::CBC_Mode | virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_final_size() const override | Botan::CTS_Encryption | virtual |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const override | Botan::CBC_Mode | virtual |
output_length(size_t input_length) const override | Botan::CTS_Encryption | virtual |
padding() const | Botan::CBC_Mode | inlineprotected |
process(uint8_t buf[], size_t size) override | Botan::CBC_Encryption | virtual |
provider() const | Botan::Cipher_Mode | inlinevirtual |
providers(const std::string &algo_spec) | Botan::Cipher_Mode | static |
reset() override | Botan::CBC_Mode | virtual |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(const std::vector< uint8_t, Alloc > &key) | Botan::SymmetricAlgorithm | inline |
set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | |
start(const std::vector< uint8_t, Alloc > &nonce) | Botan::Cipher_Mode | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::Cipher_Mode | inline |
start() | Botan::Cipher_Mode | inline |
state() | Botan::CBC_Mode | inlineprotected |
state_ptr() | Botan::CBC_Mode | inlineprotected |
tag_size() const | Botan::Cipher_Mode | inlinevirtual |
update(secure_vector< uint8_t > &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const override | Botan::CBC_Mode | virtual |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
valid_nonce_length(size_t n) const override | Botan::CTS_Encryption | virtual |
verify_key_set(bool cond) const | Botan::SymmetricAlgorithm | inlineprotected |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |