authenticated() const override | Botan::AEAD_Mode | inlinevirtual |
cfrg_version() const | Botan::ChaCha20Poly1305_Mode | inlineprotected |
ChaCha20Poly1305_Mode() | Botan::ChaCha20Poly1305_Mode | protected |
clear() override | Botan::ChaCha20Poly1305_Mode | virtual |
default_nonce_length() const override | Botan::AEAD_Mode | inlinevirtual |
finish(secure_vector< uint8_t > &final_block, size_t offset=0) override | Botan::ChaCha20Poly1305_Decryption | virtual |
key_spec() const override | Botan::ChaCha20Poly1305_Mode | inlinevirtual |
m_ad | Botan::ChaCha20Poly1305_Mode | protected |
m_chacha | Botan::ChaCha20Poly1305_Mode | protected |
m_ctext_len | Botan::ChaCha20Poly1305_Mode | protected |
m_nonce_len | Botan::ChaCha20Poly1305_Mode | protected |
m_poly1305 | Botan::ChaCha20Poly1305_Mode | protected |
minimum_final_size() const override | Botan::ChaCha20Poly1305_Decryption | inlinevirtual |
name() const override | Botan::ChaCha20Poly1305_Mode | inlinevirtual |
output_length(size_t input_length) const override | Botan::ChaCha20Poly1305_Decryption | inlinevirtual |
process(uint8_t buf[], size_t size) override | Botan::ChaCha20Poly1305_Decryption | virtual |
provider() const | Botan::Cipher_Mode | inlinevirtual |
reset() override | Botan::ChaCha20Poly1305_Mode | virtual |
set_ad(const std::vector< uint8_t, Alloc > &ad) | Botan::AEAD_Mode | inline |
set_associated_data(const uint8_t ad[], size_t ad_len) override | Botan::ChaCha20Poly1305_Mode | virtual |
set_associated_data_vec(const std::vector< uint8_t, Alloc > &ad) | Botan::AEAD_Mode | inline |
set_key(const std::vector< uint8_t, Alloc > &key) | Botan::Cipher_Mode | inline |
set_key(const SymmetricKey &key) | Botan::Cipher_Mode | inline |
set_key(const uint8_t key[], size_t length) | Botan::Cipher_Mode | inline |
start(const std::vector< uint8_t, Alloc > &nonce) | Botan::Cipher_Mode | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::Cipher_Mode | inline |
start() | Botan::Cipher_Mode | inline |
tag_size() const override | Botan::ChaCha20Poly1305_Mode | inlinevirtual |
update(secure_vector< uint8_t > &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const override | Botan::ChaCha20Poly1305_Mode | inlinevirtual |
update_len(size_t len) | Botan::ChaCha20Poly1305_Mode | protected |
valid_keylength(size_t length) const | Botan::Cipher_Mode | inline |
valid_nonce_length(size_t n) const override | Botan::ChaCha20Poly1305_Mode | virtual |
~AEAD_Mode()=default | Botan::AEAD_Mode | virtual |
~Cipher_Mode()=default | Botan::Cipher_Mode | virtual |