clear()=0 | Botan::SymmetricAlgorithm | pure virtual |
clone() const =0 | Botan::MessageAuthenticationCode | pure 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 |
final(uint8_t out[]) | Botan::Buffered_Computation | inline |
final() | Botan::Buffered_Computation | inline |
final(std::vector< uint8_t, Alloc > &out) | Botan::Buffered_Computation | inline |
final_stdvec() | Botan::Buffered_Computation | inline |
key_spec() const =0 | Botan::SymmetricAlgorithm | pure virtual |
maximum_keylength() const | Botan::SymmetricAlgorithm | inline |
minimum_keylength() const | Botan::SymmetricAlgorithm | inline |
name() const =0 | Botan::SymmetricAlgorithm | pure virtual |
output_length() const =0 | Botan::Buffered_Computation | pure 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 |
set_key(const SymmetricKey &key) | Botan::SymmetricAlgorithm | inline |
set_key(const std::vector< uint8_t, Alloc > &key) | Botan::SymmetricAlgorithm | inline |
set_key(const uint8_t key[], size_t length) | Botan::SymmetricAlgorithm | inline |
start(const std::vector< uint8_t, Alloc > &nonce) | Botan::MessageAuthenticationCode | inline |
start(const uint8_t nonce[], size_t nonce_len) | Botan::MessageAuthenticationCode | inline |
start() | Botan::MessageAuthenticationCode | inline |
start_msg(const uint8_t nonce[], size_t nonce_len) | Botan::MessageAuthenticationCode | inlinevirtual |
update(const uint8_t in[], size_t length) | Botan::Buffered_Computation | inline |
update(const secure_vector< uint8_t > &in) | Botan::Buffered_Computation | inline |
update(const std::vector< uint8_t > &in) | Botan::Buffered_Computation | inline |
update(const std::string &str) | Botan::Buffered_Computation | inline |
update(uint8_t in) | Botan::Buffered_Computation | inline |
update_be(const T in) | Botan::Buffered_Computation | inline |
valid_keylength(size_t length) const | Botan::SymmetricAlgorithm | inline |
verify_key_set(bool cond) const | Botan::SymmetricAlgorithm | inlineprotected |
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()=default | Botan::Buffered_Computation | virtual |
~MessageAuthenticationCode()=default | Botan::MessageAuthenticationCode | virtual |
~SymmetricAlgorithm()=default | Botan::SymmetricAlgorithm | virtual |