|
Botan
2.13.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::OFB, including all inherited members.
| cipher(const uint8_t in[], uint8_t out[], size_t length) override | Botan::OFB | virtual |
| cipher1(uint8_t buf[], size_t len) | Botan::StreamCipher | inline |
| clear() override | Botan::OFB | virtual |
| clone() const override | Botan::OFB | virtual |
| create(const std::string &algo_spec, const std::string &provider="") | Botan::StreamCipher | static |
| create_or_throw(const std::string &algo_spec, const std::string &provider="") | Botan::StreamCipher | static |
| decrypt(std::vector< uint8_t, Alloc > &inout) | Botan::StreamCipher | inline |
| default_iv_length() const override | Botan::OFB | virtual |
| encipher(std::vector< uint8_t, Alloc > &inout) | Botan::StreamCipher | inline |
| encrypt(std::vector< uint8_t, Alloc > &inout) | Botan::StreamCipher | inline |
| key_spec() const override | Botan::OFB | virtual |
| maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
| minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| name() const override | Botan::OFB | virtual |
| OFB(BlockCipher *cipher) | Botan::OFB | explicit |
| provider() const | Botan::StreamCipher | inlinevirtual |
| providers(const std::string &algo_spec) | Botan::StreamCipher | static |
| seek(uint64_t offset) override | Botan::OFB | virtual |
| set_iv(const uint8_t iv[], size_t iv_len) override | Botan::OFB | 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 | |
| valid_iv_length(size_t iv_len) const override | Botan::OFB | virtual |
| valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
| verify_key_set(bool cond) const | Botan::SymmetricAlgorithm | inlineprotected |
| write_keystream(uint8_t out[], size_t len) | Botan::StreamCipher | inlinevirtual |
| ~StreamCipher()=default | Botan::StreamCipher | virtual |
| ~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |
1.8.9.1