Function DH_get0_key

Source
pub unsafe extern "C" fn DH_get0_key(
    dh: *const dh_st,
    pub_key: *mut *const bignum_st,
    priv_key: *mut *const bignum_st,
)