PEM_bytes_read_bio
if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u))
if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
if (!PEM_bytes_read_bio(&data, &len, &nm,
int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,