Allocate an empty EVP_PKEY object.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_PKEY* EVP_PKEY_new();
New EVP_PKEY with reference count 1, or NULL on allocation failure.