Botan 3.3.0
Crypto and TLS for C&
Botan::ChaCha Member List

This is the complete list of members for Botan::ChaCha, including all inherited members.

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
buffer_size() const overrideBotan::ChaChavirtual
ChaCha(size_t rounds=20)Botan::ChaChaexplicit
cipher(const uint8_t in[], uint8_t out[], size_t len)Botan::StreamCipherinline
cipher(std::span< const uint8_t > in, std::span< uint8_t > out)Botan::StreamCipherinline
cipher1(uint8_t buf[], size_t len)Botan::StreamCipherinline
cipher1(std::span< uint8_t > buf)Botan::StreamCipherinline
clear() overrideBotan::ChaChavirtual
clone() constBotan::StreamCipherinline
create(std::string_view algo_spec, std::string_view provider="")Botan::StreamCipherstatic
create_or_throw(std::string_view algo_spec, std::string_view provider="")Botan::StreamCipherstatic
decrypt(std::span< uint8_t > inout)Botan::StreamCipherinline
default_iv_length() const overrideBotan::ChaChavirtual
encipher(std::span< uint8_t > inout)Botan::StreamCipherinline
encrypt(std::span< uint8_t > inout)Botan::StreamCipherinline
has_keying_material() const overrideBotan::ChaChavirtual
key_spec() const overrideBotan::ChaChavirtual
keystream_bytes(size_t bytes)Botan::StreamCipherinline
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const overrideBotan::ChaChavirtual
new_object() const overrideBotan::ChaChavirtual
provider() const overrideBotan::ChaChavirtual
providers(std::string_view algo_spec)Botan::StreamCipherstatic
seek(uint64_t offset) overrideBotan::ChaChavirtual
set_iv(const uint8_t iv[], size_t iv_len)Botan::StreamCipherinline
set_iv(std::span< const uint8_t > iv)Botan::StreamCipherinline
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(std::span< const uint8_t > key)Botan::SymmetricAlgorithm
set_key(const uint8_t key[], size_t length)Botan::SymmetricAlgorithminline
valid_iv_length(size_t iv_len) const overrideBotan::ChaChavirtual
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
write_keystream(uint8_t out[], size_t len)Botan::StreamCipherinline
write_keystream(std::span< uint8_t > out)Botan::StreamCipherinline
~StreamCipher() override=defaultBotan::StreamCipher
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual