Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::GCM_Decryption, including all inherited members.
associated_data_requires_key() const | Botan::AEAD_Mode | inlinevirtual |
authenticated() const override | Botan::AEAD_Mode | inlinevirtual |
clear() override | Botan::GCM_Mode | virtual |
create(const std::string &algo, Cipher_Dir direction, const std::string &provider="") | Botan::AEAD_Mode | static |
create_or_throw(const std::string &algo, Cipher_Dir direction, const std::string &provider="") | Botan::AEAD_Mode | static |
default_nonce_length() const override | Botan::AEAD_Mode | inlinevirtual |
finish(secure_vector< uint8_t > &final_block, size_t offset=0) override | Botan::GCM_Decryption | virtual |
GCM_BS | Botan::GCM_Mode | protectedstatic |
GCM_Decryption(BlockCipher *cipher, size_t tag_size=16) | Botan::GCM_Decryption | inline |
GCM_Mode(BlockCipher *cipher, size_t tag_size) | Botan::GCM_Mode | protected |
key_spec() const override | Botan::GCM_Mode | virtual |
m_cipher_name | Botan::GCM_Mode | protected |
m_ctr | Botan::GCM_Mode | protected |
m_ghash | Botan::GCM_Mode | protected |
m_tag_size | Botan::GCM_Mode | protected |
maximum_associated_data_inputs() const | Botan::AEAD_Mode | inlinevirtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_final_size() const override | Botan::GCM_Decryption | inlinevirtual |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const override | Botan::GCM_Mode | virtual |
output_length(size_t input_length) const override | Botan::GCM_Decryption | inlinevirtual |
process(uint8_t buf[], size_t size) override | Botan::GCM_Decryption | virtual |
provider() const override | Botan::GCM_Mode | virtual |
providers(const std::string &algo_spec) | Botan::Cipher_Mode | static |
reset() override | Botan::GCM_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::GCM_Mode | virtual |
set_associated_data_n(size_t i, const uint8_t ad[], size_t ad_len) | Botan::AEAD_Mode | virtual |
set_associated_data_vec(const std::vector< uint8_t, Alloc > &ad) | Botan::AEAD_Mode | inline |
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 | |
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::GCM_Mode | inlinevirtual |
update(secure_vector< uint8_t > &buffer, size_t offset=0) | Botan::Cipher_Mode | inline |
update_granularity() const override | Botan::GCM_Mode | virtual |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
valid_nonce_length(size_t len) const override | Botan::GCM_Mode | virtual |
verify_key_set(bool cond) const | Botan::SymmetricAlgorithm | inlineprotected |
~AEAD_Mode()=default | Botan::AEAD_Mode | virtual |
~GCM_Mode() | Botan::GCM_Mode | protected |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |