[#EVP_PKEY_private_check] = EVP_PKEY_private_check :mrdocs: Validate the private key associated with a key context. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_private_check(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx); ---- == Return Value 1 if the private key is valid, or a non‐positive value on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context holding the key to check (typically created with EVP_PKEY_CTX_new). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#