Function DH_meth_set_bn_mod_exp

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