Set the one‐shot DigestVerify callback on an EVP_PKEY_METHOD (deprecated).
Synopsis
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));
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
pmeth |
Method table to update. |
digestverify |
Callback implementing EVP_DigestVerify()‐style verification, or NULL to clear. |
Created with MrDocs