write_dsa
static void write_dsa(unsigned char **out, const DSA *dsa, int ispub);
write_dsa(&p, EVP_PKEY_get0_DSA(pk), ispub);