[#EVP_PKEY_verify_recover_init] = EVP_PKEY_verify_recover_init :mrdocs: Initialize a key context for signature recovery (typically RSA). == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_verify_recover_init(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx); ---- == Return Value 1 on success, or 0 / a negative value on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Key context created for a verify‐recover‐capable algorithm. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#