BN_GF2m_mod_mul_arr
if (!BN_GF2m_mod_mul_arr(tmp, w2, a, p, ctx))
ret = BN_GF2m_mod_mul_arr(r, a, b, arr, ctx);
if (!BN_GF2m_mod_mul_arr(u, u, a, p, ctx))
return BN_GF2m_mod_mul_arr(r, a, b, group->poly, ctx);
int BN_GF2m_mod_mul_arr(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,