Allocate a key context for algorithm id, optionally using an ENGINE.
id,
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_PKEY_CTX* EVP_PKEY_CTX_new_id( int id, ENGINE* e);
New EVP_PKEY_CTX, or NULL on failure.