[#EVP_PKEY_print_private_fp] = EVP_PKEY_print_private_fp :mrdocs: Print the private components of `pkey` to a FILE in human‐readable form. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_print_private_fp( FILE* fp, xref:EVP_PKEY.adoc[EVP_PKEY] const* pkey, int indent, xref:ASN1_PCTX.adoc[ASN1_PCTX]* pctx); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *fp* | Output stream. | *pkey* | Key whose private material is printed. | *indent* | Indentation depth for the printed text. | *pctx* | Optional ASN.1 print options, or NULL for defaults. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#