Set the one-shot DigestVerify callback on an EVP_PKEY_METHOD (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
void
EVP_PKEY_meth_set_digestverify(
EVP_PKEY_METHOD* pmeth,
int(* digestverify)(EVP_MD_CTX*, unsigned char const*, size_t, unsigned char const*, size_t));
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| pmeth | Method table to update. |
| digestverify | Callback implementing EVP_DigestVerify()-style verification, or NULL to clear. |