Botan  1.11.15
Botan::ChaCha20Poly1305_Encryption Member List
This is the complete list of members for Botan::ChaCha20Poly1305_Encryption, including all inherited members.
authenticated() const overrideBotan::AEAD_Mode [inline, virtual]
cfrg_version() const Botan::ChaCha20Poly1305_Mode [inline, protected]
clear() overrideBotan::ChaCha20Poly1305_Mode [virtual]
default_nonce_length() const overrideBotan::AEAD_Mode [inline, virtual]
finish(secure_vector< byte > &final_block, size_t offset=0) overrideBotan::ChaCha20Poly1305_Encryption [virtual]
key_spec() const overrideBotan::ChaCha20Poly1305_Mode [inline, virtual]
m_adBotan::ChaCha20Poly1305_Mode [protected]
m_chachaBotan::ChaCha20Poly1305_Mode [protected]
m_ctext_lenBotan::ChaCha20Poly1305_Mode [protected]
m_nonce_lenBotan::ChaCha20Poly1305_Mode [protected]
m_poly1305Botan::ChaCha20Poly1305_Mode [protected]
minimum_final_size() const overrideBotan::ChaCha20Poly1305_Encryption [inline, virtual]
name() const overrideBotan::ChaCha20Poly1305_Mode [inline, virtual]
output_length(size_t input_length) const overrideBotan::ChaCha20Poly1305_Encryption [inline, virtual]
provider() const Botan::Transform [inline, virtual]
set_ad(const std::vector< byte, Alloc > &ad)Botan::AEAD_Mode [inline]
set_associated_data(const byte ad[], size_t ad_len) overrideBotan::ChaCha20Poly1305_Mode [virtual]
set_associated_data_vec(const std::vector< byte, Alloc > &ad)Botan::AEAD_Mode [inline]
set_key(const std::vector< byte, Alloc > &key)Botan::Keyed_Transform [inline]
set_key(const SymmetricKey &key)Botan::Keyed_Transform [inline]
set_key(const byte key[], size_t length)Botan::Keyed_Transform [inline]
Spec typedefBotan::Transform
start(const std::vector< byte, Alloc > &nonce)Botan::Transform [inline]
start(const byte nonce[], size_t nonce_len)Botan::Transform [inline]
start()Botan::Transform [inline]
start_vec(const std::vector< byte, Alloc > &nonce)Botan::Transform [inline]
tag_size() const overrideBotan::ChaCha20Poly1305_Mode [inline, virtual]
update(secure_vector< byte > &blocks, size_t offset=0) overrideBotan::ChaCha20Poly1305_Encryption [virtual]
update_granularity() const overrideBotan::ChaCha20Poly1305_Mode [inline, virtual]
update_len(size_t len)Botan::ChaCha20Poly1305_Mode [protected]
valid_keylength(size_t length) const Botan::Keyed_Transform [inline]
valid_nonce_length(size_t n) const overrideBotan::ChaCha20Poly1305_Mode [virtual]
~Transform()Botan::Transform [inline, virtual]