Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::CFB_Encryption, including all inherited members.
assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
authenticated() const | Botan::Cipher_Mode | inline |
block_size() const | Botan::CFB_Mode | inlineprotected |
CFB_Encryption(std::unique_ptr< BlockCipher > cipher, size_t feedback_bits) | Botan::CFB_Encryption | inline |
CFB_Mode(std::unique_ptr< BlockCipher > cipher, size_t feedback_bits) | Botan::CFB_Mode | protected |
cipher() const | Botan::CFB_Mode | inlineprotected |
clear() final | Botan::CFB_Mode | virtual |
create(std::string_view algo, Cipher_Dir direction, std::string_view provider="") | Botan::Cipher_Mode | static |
create_or_throw(std::string_view algo, Cipher_Dir direction, std::string_view provider="") | Botan::Cipher_Mode | static |
default_nonce_length() const final | Botan::CFB_Mode | virtual |
feedback() const | Botan::CFB_Mode | inlineprotected |
finish(secure_vector< uint8_t > &final_block, size_t offset=0) | Botan::Cipher_Mode | inline |
finish(T &final_block, size_t offset=0) | Botan::Cipher_Mode | inline |
has_keying_material() const final | Botan::CFB_Mode | virtual |
ideal_granularity() const final | Botan::CFB_Mode | virtual |
key_spec() const final | Botan::CFB_Mode | virtual |
m_keystream | Botan::CFB_Mode | protected |
m_keystream_pos | Botan::CFB_Mode | protected |
m_state | Botan::CFB_Mode | protected |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_final_size() const final | Botan::CFB_Mode | virtual |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const final | Botan::CFB_Mode | virtual |
output_length(size_t input_length) const final | Botan::CFB_Mode | virtual |
process(std::span< uint8_t > msg) | Botan::Cipher_Mode | inline |
process(uint8_t msg[], size_t msg_len) | Botan::Cipher_Mode | inline |
provider() const | Botan::Cipher_Mode | inlinevirtual |
providers(std::string_view algo_spec) | Botan::Cipher_Mode | static |
requires_entire_message() const | Botan::Cipher_Mode | inlinevirtual |
reset() final | Botan::CFB_Mode | virtual |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(std::span< const uint8_t > key) | Botan::SymmetricAlgorithm | |
set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
shift_register() | Botan::CFB_Mode | protected |
start(std::span< const uint8_t > nonce) | Botan::Cipher_Mode | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::Cipher_Mode | inline |
start() | Botan::Cipher_Mode | inline |
tag_size() const | Botan::Cipher_Mode | inlinevirtual |
update(T &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const final | Botan::CFB_Mode | virtual |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
valid_nonce_length(size_t n) const final | Botan::CFB_Mode | virtual |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |