Botan  1.11.15
Botan::ChaCha Member List
This is the complete list of members for Botan::ChaCha, including all inherited members.
chacha(byte output[64], const u32bit input[16])Botan::ChaCha [protected, virtual]
cipher(const byte in[], byte out[], size_t length)Botan::ChaCha [virtual]
cipher1(byte buf[], size_t len)Botan::StreamCipher [inline]
clear()Botan::ChaCha [virtual]
clone() const Botan::ChaCha [inline, 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 Botan::ChaCha [inline, virtual]
maximum_keylength() const Botan::SymmetricAlgorithm [inline]
minimum_keylength() const Botan::SymmetricAlgorithm [inline]
name() const Botan::ChaCha [inline, virtual]
set_iv(const byte iv[], size_t iv_len)Botan::ChaCha [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::ChaCha [inline, virtual]
valid_keylength(size_t length) const Botan::SymmetricAlgorithm [inline]
~SymmetricAlgorithm()Botan::SymmetricAlgorithm [inline, virtual]