Initialize ctx for signature recovery and apply algorithm parameters.
Declared in <openssl/evp.h>
int
EVP_PKEY_verify_recover_init_ex(
EVP_PKEY_CTX* ctx,
OSSL_PARAM const params[]);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| ctx | Key context prepared for verify-recover (typically RSA). |
| params | Optional OSSL_PARAM array of algorithm parameters, or NULL. |