Function DH_compute_key

Source
pub unsafe extern "C" fn DH_compute_key(
    key: *mut u8,
    pub_key: *const bignum_st,
    dh: *mut dh_st,
) -> i32