Botan  2.19.1
Crypto and TLS for C++11
Botan::CFB_Encryption Member List

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

authenticated() const Botan::Cipher_Modeinlinevirtual
block_size() const Botan::CFB_Modeinlineprotected
CFB_Encryption(BlockCipher *cipher, size_t feedback_bits)Botan::CFB_Encryptioninline
CFB_Mode(BlockCipher *cipher, size_t feedback_bits)Botan::CFB_Modeprotected
cipher() const Botan::CFB_Modeinlineprotected
clear() overridefinalBotan::CFB_Modevirtual
create(const std::string &algo, Cipher_Dir direction, const std::string &provider="")Botan::Cipher_Modestatic
create_or_throw(const std::string &algo, Cipher_Dir direction, const std::string &provider="")Botan::Cipher_Modestatic
default_nonce_length() const overridefinalBotan::CFB_Modevirtual
feedback() const Botan::CFB_Modeinlineprotected
finish(secure_vector< uint8_t > &final_block, size_t offset=0) overrideBotan::CFB_Encryptionvirtual
key_spec() const overridefinalBotan::CFB_Modevirtual
m_keystreamBotan::CFB_Modeprotected
m_keystream_posBotan::CFB_Modeprotected
m_stateBotan::CFB_Modeprotected
maximum_keylength() const Botan::SymmetricAlgorithminline
minimum_final_size() const overridefinalBotan::CFB_Modevirtual
minimum_keylength() const Botan::SymmetricAlgorithminline
name() const overridefinalBotan::CFB_Modevirtual
output_length(size_t input_length) const overridefinalBotan::CFB_Modevirtual
process(uint8_t buf[], size_t size) overrideBotan::CFB_Encryptionvirtual
provider() const Botan::Cipher_Modeinlinevirtual
providers(const std::string &algo_spec)Botan::Cipher_Modestatic
reset() overridefinalBotan::CFB_Modevirtual
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::SymmetricAlgorithm
shift_register()Botan::CFB_Modeprotected
start(const std::vector< uint8_t, Alloc > &nonce)Botan::Cipher_Modeinline
start(const uint8_t nonce[], size_t nonce_len)Botan::Cipher_Modeinline
start()Botan::Cipher_Modeinline
tag_size() const Botan::Cipher_Modeinlinevirtual
update(secure_vector< uint8_t > &buffer, size_t offset=0)Botan::Cipher_Modeinline
update_granularity() const overridefinalBotan::CFB_Modevirtual
valid_keylength(size_t length) const Botan::SymmetricAlgorithminline
valid_nonce_length(size_t n) const overridefinalBotan::CFB_Modevirtual
verify_key_set(bool cond) const Botan::SymmetricAlgorithminlineprotected
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual