add_final_block(secure_vector< uint8_t > &x, size_t ad_len, size_t pt_len) | Botan::GHASH | protected |
clear() override | Botan::GMAC | virtual |
clone() const override | Botan::GMAC | virtual |
create(const std::string &algo_spec, const std::string &provider="") | Botan::MessageAuthenticationCode | static |
create_or_throw(const std::string &algo_spec, const std::string &provider="") | Botan::MessageAuthenticationCode | static |
Botan::final(uint8_t out[]) | Botan::Buffered_Computation | inline |
Botan::final() | Botan::Buffered_Computation | inline |
Botan::final(std::vector< uint8_t, Alloc > &out) | Botan::Buffered_Computation | inline |
Botan::GHASH::final() | Botan::GHASH | |
final_stdvec() | Botan::Buffered_Computation | inline |
ghash_update(secure_vector< uint8_t > &x, const uint8_t input[], size_t input_len) | Botan::GHASH | protected |
GMAC(BlockCipher *cipher) | Botan::GMAC | explicit |
GMAC(const GMAC &)=delete | Botan::GMAC | |
key_spec() const override | Botan::GMAC | inlinevirtual |
m_ad_len | Botan::GHASH | protected |
m_ghash | Botan::GHASH | protected |
m_H | Botan::GHASH | protected |
m_H_ad | Botan::GHASH | protected |
Botan::maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
Botan::GHASH::maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
Botan::minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
Botan::GHASH::minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const override | Botan::GMAC | virtual |
nonce_hash(const uint8_t nonce[], size_t len) | Botan::GHASH | |
operator=(const GMAC &)=delete | Botan::GMAC | |
output_length() const override | Botan::GMAC | virtual |
process(const uint8_t in[], size_t length) | Botan::Buffered_Computation | inline |
process(const secure_vector< uint8_t > &in) | Botan::Buffered_Computation | inline |
process(const std::vector< uint8_t > &in) | Botan::Buffered_Computation | inline |
process(const std::string &in) | Botan::Buffered_Computation | inline |
provider() const | Botan::MessageAuthenticationCode | inlinevirtual |
providers(const std::string &algo_spec) | Botan::MessageAuthenticationCode | static |
reset() | Botan::GHASH | |
set_associated_data(const uint8_t ad[], size_t ad_len) | Botan::GHASH | |
Botan::set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
Botan::set_key(const std::vector< uint8_t, Alloc > &key) | Botan::SymmetricAlgorithm | inline |
Botan::set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
Botan::GHASH::set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
Botan::GHASH::set_key(const std::vector< uint8_t, Alloc > &key) | Botan::SymmetricAlgorithm | inline |
Botan::GHASH::set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::GMAC | |
start(const secure_vector< uint8_t > &nonce) | Botan::GMAC | |
start(const std::vector< uint8_t > &nonce) | Botan::GMAC | |
Botan::MessageAuthenticationCode::start(const std::vector< uint8_t, Alloc > &nonce) | Botan::MessageAuthenticationCode | inline |
Botan::MessageAuthenticationCode::start() | Botan::MessageAuthenticationCode | inline |
Botan::update(const uint8_t in[], size_t length) | Botan::Buffered_Computation | inline |
Botan::update(const secure_vector< uint8_t > &in) | Botan::Buffered_Computation | inline |
Botan::update(const std::vector< uint8_t > &in) | Botan::Buffered_Computation | inline |
Botan::update(const std::string &str) | Botan::Buffered_Computation | inline |
Botan::update(uint8_t in) | Botan::Buffered_Computation | inline |
Botan::GHASH::update(const uint8_t in[], size_t len) | Botan::GHASH | |
update_be(const T in) | Botan::Buffered_Computation | inline |
Botan::valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
Botan::GHASH::valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
verify_mac(const uint8_t in[], size_t length) | Botan::MessageAuthenticationCode | virtual |
verify_mac(const std::vector< uint8_t > &in) | Botan::MessageAuthenticationCode | inlinevirtual |
verify_mac(const secure_vector< uint8_t > &in) | Botan::MessageAuthenticationCode | inlinevirtual |
~Buffered_Computation() | Botan::Buffered_Computation | inlinevirtual |
~MessageAuthenticationCode()=default | Botan::MessageAuthenticationCode | virtual |
~SymmetricAlgorithm() | Botan::SymmetricAlgorithm | inlinevirtual |