Botan 3.4.0
Crypto and TLS for C&
Botan::GMAC Member List

This is the complete list of members for Botan::GMAC, including all inherited members.

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
clear() overrideBotan::GMACvirtual
clone() constBotan::MessageAuthenticationCodeinline
create(std::string_view algo_spec, std::string_view provider="")Botan::MessageAuthenticationCodestatic
create_or_throw(std::string_view algo_spec, std::string_view provider="")Botan::MessageAuthenticationCodestatic
final(uint8_t out[])Botan::Buffered_Computationinline
final()Botan::Buffered_Computationinline
final(std::span< uint8_t > out)Botan::Buffered_Computationinline
final(T &out)Botan::Buffered_Computationinline
final_stdvec()Botan::Buffered_Computationinline
fresh_key_required_per_message() constBotan::MessageAuthenticationCodeinlinevirtual
GMAC(std::unique_ptr< BlockCipher > cipher)Botan::GMACexplicit
GMAC(const GMAC &)=deleteBotan::GMAC
has_keying_material() const overrideBotan::GMACvirtual
key_spec() const overrideBotan::GMACvirtual
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const overrideBotan::GMACvirtual
new_object() const overrideBotan::GMACvirtual
operator=(const GMAC &)=deleteBotan::GMAC
output_length() const overrideBotan::GMACvirtual
process(const uint8_t in[], size_t length)Botan::Buffered_Computationinline
process(std::string_view in)Botan::Buffered_Computationinline
process(std::span< const uint8_t > in)Botan::Buffered_Computationinline
provider() constBotan::MessageAuthenticationCodeinlinevirtual
providers(std::string_view algo_spec)Botan::MessageAuthenticationCodestatic
set_key(const SymmetricKey &key)Botan::SymmetricAlgorithminline
set_key(std::span< const uint8_t > key)Botan::SymmetricAlgorithm
set_key(const uint8_t key[], size_t length)Botan::SymmetricAlgorithminline
start(std::span< const uint8_t > nonce)Botan::MessageAuthenticationCodeinline
start(const uint8_t nonce[], size_t nonce_len)Botan::MessageAuthenticationCodeinline
start()Botan::MessageAuthenticationCodeinline
update(const uint8_t in[], size_t length)Botan::Buffered_Computationinline
update(std::span< const uint8_t > in)Botan::Buffered_Computationinline
update(std::string_view str)Botan::Buffered_Computationinline
update(uint8_t in)Botan::Buffered_Computationinline
update_be(uint16_t val)Botan::Buffered_Computation
update_be(uint32_t val)Botan::Buffered_Computation
update_be(uint64_t val)Botan::Buffered_Computation
update_le(uint16_t val)Botan::Buffered_Computation
update_le(uint32_t val)Botan::Buffered_Computation
update_le(uint64_t val)Botan::Buffered_Computation
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
verify_mac(const uint8_t in[], size_t length)Botan::MessageAuthenticationCodeinline
verify_mac(std::span< const uint8_t > in)Botan::MessageAuthenticationCodeinline
verify_mac_result(std::span< const uint8_t > in)Botan::MessageAuthenticationCodeprotectedvirtual
~Buffered_Computation()=defaultBotan::Buffered_Computationvirtual
~GMAC() overrideBotan::GMAC
~MessageAuthenticationCode() override=defaultBotan::MessageAuthenticationCode
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual