Botan
1.10.9
|
This is the complete list of members for Botan::StreamCipher, including all inherited members.
Algorithm() | Botan::Algorithm | inline |
cipher(const byte in[], byte out[], size_t len)=0 | Botan::StreamCipher | pure virtual |
cipher1(byte buf[], size_t len) | Botan::StreamCipher | inline |
clear()=0 | Botan::Algorithm | pure virtual |
clone() const =0 | Botan::StreamCipher | pure virtual |
key_spec() const =0 | Botan::SymmetricAlgorithm | pure virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const =0 | Botan::Algorithm | pure virtual |
set_iv(const byte iv[], size_t iv_len) | Botan::StreamCipher | virtual |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(const byte key[], size_t length) | Botan::SymmetricAlgorithm | inline |
valid_iv_length(size_t iv_len) const | Botan::StreamCipher | virtual |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
~Algorithm() | Botan::Algorithm | inlinevirtual |