[#EVP_PKCS82PKEY] = EVP_PKCS82PKEY :mrdocs: Convert PKCS#8 private key info into an EVP_PKEY using the default library context. == Synopsis Declared in `<openssl/x509.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* EVP_PKCS82PKEY(xref:PKCS8_PRIV_KEY_INFO.adoc[PKCS8_PRIV_KEY_INFO] const* p8); ---- == Return Value New EVP_PKEY, or NULL on error; free with EVP_PKEY_free(). == Parameters [cols="1,4"] |=== | Name| Description | *p8* | PKCS#8 PrivateKeyInfo to decode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#