crypto/ecc.c
1133
vli_mod_square_fast(t4, y1, curve);
crypto/ecc.c
1137
vli_mod_square_fast(t4, t4, curve);
crypto/ecc.c
1141
vli_mod_square_fast(z1, z1, curve);
crypto/ecc.c
1167
vli_mod_square_fast(z1, x1, curve);
crypto/ecc.c
1189
vli_mod_square_fast(t1, z, curve); /* z^2 */
crypto/ecc.c
1233
vli_mod_square_fast(t5, t5, curve);
crypto/ecc.c
1241
vli_mod_square_fast(t5, y2, curve);
crypto/ecc.c
1278
vli_mod_square_fast(t5, t5, curve);
crypto/ecc.c
1295
vli_mod_square_fast(x2, y2, curve);
crypto/ecc.c
1307
vli_mod_square_fast(t7, t5, curve);
crypto/ecc.c
1613
vli_mod_square_fast(yy, pk->y, curve); /* y^2 */
crypto/ecc.c
1614
vli_mod_square_fast(xxx, pk->x, curve); /* x^2 */