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

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

add_final_block(secure_vector< uint8_t > &x, size_t ad_len, size_t pt_len)Botan::GHASH
assert_key_material_set() constBotan::SymmetricAlgorithminlineprotected
assert_key_material_set(bool predicate) constBotan::SymmetricAlgorithminlineprotected
clear() overrideBotan::GHASHvirtual
final(std::span< uint8_t > out)Botan::GHASH
ghash_update(secure_vector< uint8_t > &x, std::span< const uint8_t > input)Botan::GHASH
has_keying_material() const overrideBotan::GHASHvirtual
key_spec() const overrideBotan::GHASHinlinevirtual
maximum_keylength() constBotan::SymmetricAlgorithminline
minimum_keylength() constBotan::SymmetricAlgorithminline
name() const overrideBotan::GHASHinlinevirtual
nonce_hash(secure_vector< uint8_t > &y0, std::span< const uint8_t > nonce)Botan::GHASH
provider() constBotan::GHASH
reset()Botan::GHASH
set_associated_data(std::span< const uint8_t > ad)Botan::GHASH
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::GHASH
update(std::span< const uint8_t > in)Botan::GHASH
update_associated_data(std::span< const uint8_t > ad)Botan::GHASH
valid_keylength(size_t length) constBotan::SymmetricAlgorithminline
~SymmetricAlgorithm()=defaultBotan::SymmetricAlgorithmvirtual