DSA_set0_key
int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key);
if (DSA_set0_key(dsa, pub_key, priv_key) == 0)