Home | History | Annotate | Download | only in hrss

Lines Matching refs:poly_mul

1387 static void poly_mul(struct poly *r, const struct poly *a,
1669 poly_mul(&tmp, &a, b);
1671 poly_mul(b, b, &tmp);
2017 poly_mul(&pfg_phi1, &f, &pg_phi1);
2022 poly_mul(&pub->ph, &pfg_phi1_inverse, &pg_phi1);
2023 poly_mul(&pub->ph, &pub->ph, &pg_phi1);
2026 poly_mul(&priv->ph_inverse, &pfg_phi1_inverse, &f);
2027 poly_mul(&priv->ph_inverse, &priv->ph_inverse, &f);
2045 poly_mul(&prh_plus_m, &r, &pub->ph);
2115 poly_mul(&cf, &c, &f);
2128 poly_mul(&r, &r, &priv->ph_inverse);
2136 // than do an expensive |poly_mul|, it rebuilds |c'| from |c - lift(m)|