Function DH_meth_get_compute_key

Source
pub unsafe extern "C" fn DH_meth_get_compute_key(
    dhm: *const dh_method,
) -> Option<unsafe extern "C" fn(_: *mut u8, _: *const bignum_st, _: *mut dh_st) -> i32>