Botan 3.3.0
Crypto and TLS for C&
Botan::CFB_Mode Member List

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

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
authenticated() constBotan::Cipher_Modeinline
block_size() constBotan::CFB_Modeinlineprotected
CFB_Mode(std::unique_ptr< BlockCipher > cipher, size_t feedback_bits)Botan::CFB_Modeprotected
cipher() constBotan::CFB_Modeinlineprotected
clear() finalBotan::CFB_Modevirtual
create(std::string_view algo, Cipher_Dir direction, std::string_view provider="")Botan::Cipher_Modestatic
create_or_throw(std::string_view algo, Cipher_Dir direction, std::string_view provider="")Botan::Cipher_Modestatic
default_nonce_length() const finalBotan::CFB_Modevirtual
feedback() constBotan::CFB_Modeinlineprotected
finish(secure_vector< uint8_t > &final_block, size_t offset=0)Botan::Cipher_Modeinline
finish(T &final_block, size_t offset=0)Botan::Cipher_Modeinline
finish_msg(secure_vector< uint8_t > &final_block, size_t offset=0)=0Botan::Cipher_Modeprotectedpure virtual
has_keying_material() const finalBotan::CFB_Modevirtual
ideal_granularity() const finalBotan::CFB_Modevirtual
key_spec() const finalBotan::CFB_Modevirtual
m_keystreamBotan::CFB_Modeprotected
m_keystream_posBotan::CFB_Modeprotected
m_stateBotan::CFB_Modeprotected
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_final_size() const finalBotan::CFB_Modevirtual
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const finalBotan::CFB_Modevirtual
output_length(size_t input_length) const finalBotan::CFB_Modevirtual
process(std::span< uint8_t > msg)Botan::Cipher_Modeinline
process(uint8_t msg[], size_t msg_len)Botan::Cipher_Modeinline
process_msg(uint8_t msg[], size_t msg_len)=0Botan::Cipher_Modeprotectedpure virtual
provider() constBotan::Cipher_Modeinlinevirtual
providers(std::string_view algo_spec)Botan::Cipher_Modestatic
requires_entire_message() constBotan::Cipher_Modeinlinevirtual
reset() finalBotan::CFB_Modevirtual
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
shift_register()Botan::CFB_Modeprotected
start(std::span< const uint8_t > nonce)Botan::Cipher_Modeinline
start(const uint8_t nonce[], size_t nonce_len)Botan::Cipher_Modeinline
start()Botan::Cipher_Modeinline
tag_size() constBotan::Cipher_Modeinlinevirtual
update(T &buffer, size_t offset=0)Botan::Cipher_Modeinline
update_granularity() const finalBotan::CFB_Modevirtual
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
valid_nonce_length(size_t n) const finalBotan::CFB_Modevirtual
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual