Botan 3.4.0
Crypto and TLS for C&
Botan::PK_Ops::Verification_with_Hash Member List

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

hash_function() const finalBotan::PK_Ops::Verification_with_Hashinlinevirtual
is_valid_signature(const uint8_t sig[], size_t sig_len) overrideBotan::PK_Ops::Verification_with_Hashvirtual
update(const uint8_t msg[], size_t msg_len) overrideBotan::PK_Ops::Verification_with_Hashvirtual
Verification_with_Hash(std::string_view hash)Botan::PK_Ops::Verification_with_Hashexplicitprotected
Verification_with_Hash(const AlgorithmIdentifier &alg_id, std::string_view pk_algo, bool allow_null_parameters=false)Botan::PK_Ops::Verification_with_Hashexplicitprotected
verify(const uint8_t msg[], size_t msg_len, const uint8_t sig[], size_t sig_len)=0Botan::PK_Ops::Verification_with_Hashprotectedpure virtual
~Verification()=defaultBotan::PK_Ops::Verificationvirtual
~Verification_with_Hash() override=defaultBotan::PK_Ops::Verification_with_Hash