Function DH_compute_key_padded

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