|
Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::ChaCha, including all inherited members.
| assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
| assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
| buffer_size() const override | Botan::ChaCha | virtual |
| ChaCha(size_t rounds=20) | Botan::ChaCha | explicit |
| cipher(const uint8_t in[], uint8_t out[], size_t len) | Botan::StreamCipher | inline |
| cipher(std::span< const uint8_t > in, std::span< uint8_t > out) | Botan::StreamCipher | |
| cipher1(uint8_t buf[], size_t len) | Botan::StreamCipher | inline |
| cipher1(std::span< uint8_t > buf) | Botan::StreamCipher | inline |
| clear() override | Botan::ChaCha | virtual |
| clone() const | Botan::StreamCipher | inline |
| create(std::string_view algo_spec, std::string_view provider="") | Botan::StreamCipher | static |
| create_or_throw(std::string_view algo_spec, std::string_view provider="") | Botan::StreamCipher | static |
| decrypt(std::span< uint8_t > inout) | Botan::StreamCipher | inline |
| default_iv_length() const override | Botan::ChaCha | virtual |
| encipher(std::span< uint8_t > inout) | Botan::StreamCipher | inline |
| encrypt(std::span< uint8_t > inout) | Botan::StreamCipher | inline |
| has_keying_material() const override | Botan::ChaCha | virtual |
| key_spec() const override | Botan::ChaCha | virtual |
| keystream_bytes(size_t bytes) | Botan::StreamCipher | inline |
| maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
| minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
| name() const override | Botan::ChaCha | virtual |
| new_object() const override | Botan::ChaCha | virtual |
| operator=(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| operator=(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| provider() const override | Botan::ChaCha | virtual |
| providers(std::string_view algo_spec) | Botan::StreamCipher | static |
| seek(uint64_t offset) override | Botan::ChaCha | virtual |
| set_iv(const uint8_t iv[], size_t iv_len) | Botan::StreamCipher | inline |
| set_iv(std::span< const uint8_t > iv) | Botan::StreamCipher | inline |
| set_key(const OctetString &key) | Botan::SymmetricAlgorithm | |
| set_key(std::span< const uint8_t > key) | Botan::SymmetricAlgorithm | |
| set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
| SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(const SymmetricAlgorithm &other)=default | Botan::SymmetricAlgorithm | |
| SymmetricAlgorithm(SymmetricAlgorithm &&other)=default | Botan::SymmetricAlgorithm | |
| valid_iv_length(size_t iv_len) const override | Botan::ChaCha | virtual |
| valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
| write_keystream(uint8_t out[], size_t len) | Botan::StreamCipher | inline |
| write_keystream(std::span< uint8_t > out) | Botan::StreamCipher | inline |
| ~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |