[#EVP_PKEY_new] = EVP_PKEY_new :mrdocs: Allocate an empty EVP_PKEY object. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* EVP_PKEY_new(); ---- == Return Value New EVP_PKEY with reference count 1, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#