Read algorithm parameters (e.g. DH/DSA) from PEM into an EVP_PKEY.
Declared in <openssl/pem.h>
<openssl/pem.h>
EVP_PKEY* PEM_read_bio_Parameters( BIO* bp, EVP_PKEY** x);
Parameter EVP_PKEY on success, or NULL on failure.