crypto/ecc.c
1135
vli_mod_mult_fast(t5, x1, t4, curve);
crypto/ecc.c
1139
vli_mod_mult_fast(y1, y1, z1, curve);
crypto/ecc.c
1150
vli_mod_mult_fast(x1, x1, z1, curve);
crypto/ecc.c
1175
vli_mod_mult_fast(x1, x1, t5, curve);
crypto/ecc.c
1190
vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */
crypto/ecc.c
1191
vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */
crypto/ecc.c
1192
vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */
crypto/ecc.c
1235
vli_mod_mult_fast(x1, x1, t5, curve);
crypto/ecc.c
1237
vli_mod_mult_fast(x2, x2, t5, curve);
crypto/ecc.c
1250
vli_mod_mult_fast(y1, y1, x2, curve);
crypto/ecc.c
1254
vli_mod_mult_fast(y2, y2, x2, curve);
crypto/ecc.c
1280
vli_mod_mult_fast(x1, x1, t5, curve);
crypto/ecc.c
1282
vli_mod_mult_fast(x2, x2, t5, curve);
crypto/ecc.c
1291
vli_mod_mult_fast(y1, y1, t6, curve);
crypto/ecc.c
1302
vli_mod_mult_fast(y2, y2, t7, curve);
crypto/ecc.c
1313
vli_mod_mult_fast(t6, t6, t5, curve);
crypto/ecc.c
1361
vli_mod_mult_fast(z, z, ry[1 - nb], curve);
crypto/ecc.c
1363
vli_mod_mult_fast(z, z, point->x, curve);
crypto/ecc.c
1369
vli_mod_mult_fast(z, z, point->y, curve);
crypto/ecc.c
1371
vli_mod_mult_fast(z, z, rx[1 - nb], curve);
crypto/ecc.c
1454
vli_mod_mult_fast(z, z, tz, curve);
crypto/ecc.c
1615
vli_mod_mult_fast(xxx, xxx, pk->x, curve); /* x^3 */
crypto/ecc.c
1616
vli_mod_mult_fast(w, curve->a, pk->x, curve); /* a·x */