|
Botan
2.13.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::StreamCipher, including all inherited members.
| cipher(const uint8_t in[], uint8_t out[], size_t len)=0 | Botan::StreamCipher | pure virtual |
| cipher1(uint8_t buf[], size_t len) | Botan::StreamCipher | inline |
| clear()=0 | Botan::SymmetricAlgorithm | pure virtual |
| clone() const =0 | Botan::StreamCipher | pure 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 | Botan::StreamCipher | inlinevirtual |
| encipher(std::vector< uint8_t, Alloc > &inout) | Botan::StreamCipher | inline |
| encrypt(std::vector< uint8_t, Alloc > &inout) | Botan::StreamCipher | inline |
| key_spec() const =0 | Botan::SymmetricAlgorithm | pure virtual |
| maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
| minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| name() const =0 | Botan::SymmetricAlgorithm | pure virtual |
| provider() const | Botan::StreamCipher | inlinevirtual |
| providers(const std::string &algo_spec) | Botan::StreamCipher | static |
| seek(uint64_t offset)=0 | Botan::StreamCipher | pure virtual |
| set_iv(const uint8_t iv[], size_t iv_len)=0 | Botan::StreamCipher | pure 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 | Botan::StreamCipher | inlinevirtual |
| 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