Botan 3.3.0
Crypto and TLS for C&
Botan::HMAC Member List

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

assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
clear() overrideBotan::HMACvirtual
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
has_keying_material() const overrideBotan::HMACvirtual
HMAC(std::unique_ptr< HashFunction > hash)Botan::HMACexplicit
HMAC(const HMAC &)=deleteBotan::HMAC
key_spec() const overrideBotan::HMACvirtual
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const overrideBotan::HMACvirtual
new_object() const overrideBotan::HMACvirtual
operator=(const HMAC &)=deleteBotan::HMAC
output_length() const overrideBotan::HMACvirtual
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
start_msg(std::span< const uint8_t > nonce)Botan::MessageAuthenticationCodeprotectedvirtual
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
~MessageAuthenticationCode() override=defaultBotan::MessageAuthenticationCode
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual