Function BN_GF2m_mod_mul

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