Function BN_mod_mul_montgomery

Source
pub unsafe extern "C" fn BN_mod_mul_montgomery(
    r: *mut bignum_st,
    a: *const bignum_st,
    b: *const bignum_st,
    mont: *mut bn_mont_ctx_st,
    ctx: *mut bignum_ctx,
) -> i32