Lines Matching refs:vli_mod_mult_fast
955 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right,
1083 vli_mod_mult_fast(t5, x1, t4, curve);
1087 vli_mod_mult_fast(y1, y1, z1, curve);
1098 vli_mod_mult_fast(x1, x1, z1, curve);
1123 vli_mod_mult_fast(x1, x1, t5, curve);
1138 vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */
1139 vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */
1140 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */
1183 vli_mod_mult_fast(x1, x1, t5, curve);
1185 vli_mod_mult_fast(x2, x2, t5, curve);
1198 vli_mod_mult_fast(y1, y1, x2, curve);
1202 vli_mod_mult_fast(y2, y2, x2, curve);
1228 vli_mod_mult_fast(x1, x1, t5, curve);
1230 vli_mod_mult_fast(x2, x2, t5, curve);
1239 vli_mod_mult_fast(y1, y1, t6, curve);
1250 vli_mod_mult_fast(y2, y2, t7, curve);
1261 vli_mod_mult_fast(t6, t6, t5, curve);
1306 vli_mod_mult_fast(z, z, ry[1 - nb], curve);
1308 vli_mod_mult_fast(z, z, point->x, curve);
1314 vli_mod_mult_fast(z, z, point->y, curve);
1316 vli_mod_mult_fast(z, z, rx[1 - nb], curve);
1397 vli_mod_mult_fast(z, z, tz, curve);
1557 vli_mod_mult_fast(xxx, xxx, pk->x, curve); /* x^3 */
1558 vli_mod_mult_fast(w, curve->a, pk->x, curve); /* a·x */