Lines Matching refs:vli_mod_mult_fast
966 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right,
1095 vli_mod_mult_fast(t5, x1, t4, curve);
1099 vli_mod_mult_fast(y1, y1, z1, curve);
1110 vli_mod_mult_fast(x1, x1, z1, curve);
1135 vli_mod_mult_fast(x1, x1, t5, curve);
1150 vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */
1151 vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */
1152 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */
1195 vli_mod_mult_fast(x1, x1, t5, curve);
1197 vli_mod_mult_fast(x2, x2, t5, curve);
1210 vli_mod_mult_fast(y1, y1, x2, curve);
1214 vli_mod_mult_fast(y2, y2, x2, curve);
1240 vli_mod_mult_fast(x1, x1, t5, curve);
1242 vli_mod_mult_fast(x2, x2, t5, curve);
1251 vli_mod_mult_fast(y1, y1, t6, curve);
1262 vli_mod_mult_fast(y2, y2, t7, curve);
1273 vli_mod_mult_fast(t6, t6, t5, curve);
1318 vli_mod_mult_fast(z, z, ry[1 - nb], curve);
1320 vli_mod_mult_fast(z, z, point->x, curve);
1326 vli_mod_mult_fast(z, z, point->y, curve);
1328 vli_mod_mult_fast(z, z, rx[1 - nb], curve);
1411 vli_mod_mult_fast(z, z, tz, curve);
1571 vli_mod_mult_fast(xxx, xxx, pk->x, curve); /* x^3 */
1572 vli_mod_mult_fast(w, curve->a, pk->x, curve); /* a·x */