[#EVP_PKEY_decrypt_init] = EVP_PKEY_decrypt_init :mrdocs: Initialise `ctx` for private‐key decryption. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_decrypt_init(xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx); ---- == Return Value 1 on success, or a non‐positive value on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Key context holding the private key used to decrypt. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#