add_data(std::span< const uint8_t > input) override | Botan::BLAKE2b | protectedvirtual |
assert_key_material_set() const | Botan::SymmetricAlgorithm | inlineprotected |
assert_key_material_set(bool predicate) const | Botan::SymmetricAlgorithm | inlineprotected |
BLAKE2b(size_t output_bits=512) | Botan::BLAKE2b | explicit |
BLAKE2bMAC class | Botan::BLAKE2b | friend |
clear() override | Botan::BLAKE2b | virtual |
clone() const | Botan::HashFunction | inline |
copy_state() const override | Botan::BLAKE2b | virtual |
create(std::string_view algo_spec, std::string_view provider="") | Botan::HashFunction | static |
create_or_throw(std::string_view algo_spec, std::string_view provider="") | Botan::HashFunction | static |
final(uint8_t out[]) | Botan::Buffered_Computation | inline |
final() | Botan::Buffered_Computation | inline |
final(std::span< uint8_t > out) | Botan::Buffered_Computation | inline |
final(T &out) | Botan::Buffered_Computation | inline |
final_result(std::span< uint8_t > out) override | Botan::BLAKE2b | protectedvirtual |
final_stdvec() | Botan::Buffered_Computation | inline |
has_keying_material() const override | Botan::BLAKE2b | virtual |
hash_block_size() const override | Botan::BLAKE2b | inlinevirtual |
key_schedule(std::span< const uint8_t > key) override | Botan::BLAKE2b | protectedvirtual |
key_size() const | Botan::BLAKE2b | inline |
key_spec() const override | Botan::BLAKE2b | virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const override | Botan::BLAKE2b | virtual |
new_object() const override | Botan::BLAKE2b | virtual |
output_length() const override | Botan::BLAKE2b | inlinevirtual |
process(const uint8_t in[], size_t length) | Botan::Buffered_Computation | inline |
process(std::string_view in) | Botan::Buffered_Computation | inline |
process(std::span< const uint8_t > in) | Botan::Buffered_Computation | inline |
provider() const | Botan::HashFunction | inlinevirtual |
providers(std::string_view algo_spec) | Botan::HashFunction | static |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(std::span< const uint8_t > key) | Botan::SymmetricAlgorithm | |
set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
update(const uint8_t in[], size_t length) | Botan::Buffered_Computation | inline |
update(std::span< const uint8_t > in) | Botan::Buffered_Computation | inline |
update(std::string_view str) | Botan::Buffered_Computation | inline |
update(uint8_t in) | Botan::Buffered_Computation | inline |
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) const | Botan::SymmetricAlgorithm | inline |
~Buffered_Computation()=default | Botan::Buffered_Computation | virtual |
~HashFunction() override=default | Botan::HashFunction | |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |