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