Botan  1.11.15
Botan::StreamCipher Member List
This is the complete list of members for Botan::StreamCipher, including all inherited members.
cipher(const byte in[], byte out[], size_t len)=0Botan::StreamCipher [pure virtual]
cipher1(byte buf[], size_t len)Botan::StreamCipher [inline]
clear()=0Botan::SymmetricAlgorithm [pure virtual]
clone() const =0Botan::StreamCipher [pure virtual]
decrypt(std::vector< byte, Alloc > &inout)Botan::StreamCipher [inline]
encipher(std::vector< byte, Alloc > &inout)Botan::StreamCipher [inline]
encrypt(std::vector< byte, Alloc > &inout)Botan::StreamCipher [inline]
key_spec() const =0Botan::SymmetricAlgorithm [pure virtual]
maximum_keylength() const Botan::SymmetricAlgorithm [inline]
minimum_keylength() const Botan::SymmetricAlgorithm [inline]
name() const =0Botan::SymmetricAlgorithm [pure virtual]
set_iv(const byte[], size_t iv_len)Botan::StreamCipher [inline, virtual]
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithm [inline]
set_key(const std::vector< byte, Alloc > &key)Botan::SymmetricAlgorithm [inline]
set_key(const byte key[], size_t length)Botan::SymmetricAlgorithm [inline]
Spec typedefBotan::StreamCipher
valid_iv_length(size_t iv_len) const Botan::StreamCipher [inline, virtual]
valid_keylength(size_t length) const Botan::SymmetricAlgorithm [inline]
~SymmetricAlgorithm()Botan::SymmetricAlgorithm [inline, virtual]