|
Botan
2.13.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::CFB_Mode, including all inherited members.
| authenticated() const | Botan::Cipher_Mode | inlinevirtual |
| block_size() const | Botan::CFB_Mode | inlineprotected |
| CFB_Mode(BlockCipher *cipher, size_t feedback_bits) | Botan::CFB_Mode | protected |
| cipher() const | Botan::CFB_Mode | inlineprotected |
| clear() overridefinal | Botan::CFB_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 |
| default_nonce_length() const overridefinal | Botan::CFB_Mode | virtual |
| feedback() const | Botan::CFB_Mode | inlineprotected |
| finish(secure_vector< uint8_t > &final_block, size_t offset=0)=0 | Botan::Cipher_Mode | pure virtual |
| key_spec() const overridefinal | 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 overridefinal | Botan::CFB_Mode | virtual |
| minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| name() const overridefinal | Botan::CFB_Mode | virtual |
| output_length(size_t input_length) const overridefinal | Botan::CFB_Mode | virtual |
| process(uint8_t msg[], size_t msg_len)=0 | Botan::Cipher_Mode | pure virtual |
| provider() const | Botan::Cipher_Mode | inlinevirtual |
| providers(const std::string &algo_spec) | Botan::Cipher_Mode | static |
| reset() overridefinal | Botan::CFB_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 | |
| shift_register() | Botan::CFB_Mode | protected |
| 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 |
| tag_size() const | Botan::Cipher_Mode | inlinevirtual |
| update(secure_vector< uint8_t > &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
| update_granularity() const overridefinal | Botan::CFB_Mode | virtual |
| valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
| valid_nonce_length(size_t n) const overridefinal | Botan::CFB_Mode | virtual |
| verify_key_set(bool cond) const | Botan::SymmetricAlgorithm | inlineprotected |
| ~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |
1.8.9.1