Botan
2.1.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 | inlinevirtual |
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 |
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 | inlinevirtual |
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 | inline |
valid_iv_length(size_t iv_len) const override | Botan::OFB | inlinevirtual |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
~StreamCipher()=default | Botan::StreamCipher | virtual |
~SymmetricAlgorithm() | Botan::SymmetricAlgorithm | inlinevirtual |