Botan  2.1.0
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
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() overrideBotan::CFB_Modevirtual
default_nonce_length() const overrideBotan::CFB_Modevirtual
feedback() const Botan::CFB_Modeinlineprotected
finish(secure_vector< uint8_t > &final_block, size_t offset=0) overrideBotan::CFB_Encryptionvirtual
key_spec() const overrideBotan::CFB_Modevirtual
keystream_buf()Botan::CFB_Modeinlineprotected
minimum_final_size() const overrideBotan::CFB_Modevirtual
name() const overrideBotan::CFB_Modevirtual
output_length(size_t input_length) const overrideBotan::CFB_Modevirtual
process(uint8_t buf[], size_t size) overrideBotan::CFB_Encryptionvirtual
provider() const Botan::Cipher_Modeinlinevirtual
reset() overrideBotan::CFB_Modevirtual
set_key(const std::vector< uint8_t, Alloc > &key)Botan::Cipher_Modeinline
set_key(const SymmetricKey &key)Botan::Cipher_Modeinline
set_key(const uint8_t key[], size_t length)Botan::Cipher_Modeinline
shift_register()Botan::CFB_Modeinlineprotected
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 overrideBotan::CFB_Modevirtual
valid_keylength(size_t length) const Botan::Cipher_Modeinline
valid_nonce_length(size_t n) const overrideBotan::CFB_Modevirtual
~Cipher_Mode()=defaultBotan::Cipher_Modevirtual