crypto/ecc.c
1148
vli_mod_sub(z1, x1, z1, curve_prime, ndigits);
crypto/ecc.c
1169
vli_mod_sub(z1, z1, t5, curve_prime, ndigits);
crypto/ecc.c
1171
vli_mod_sub(z1, z1, t5, curve_prime, ndigits);
crypto/ecc.c
1173
vli_mod_sub(t5, t5, z1, curve_prime, ndigits);
crypto/ecc.c
1177
vli_mod_sub(t4, x1, t4, curve_prime, ndigits);
crypto/ecc.c
1231
vli_mod_sub(t5, x2, x1, curve_prime, ndigits);
crypto/ecc.c
1239
vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
crypto/ecc.c
1244
vli_mod_sub(t5, t5, x1, curve_prime, ndigits);
crypto/ecc.c
1246
vli_mod_sub(t5, t5, x2, curve_prime, ndigits);
crypto/ecc.c
1248
vli_mod_sub(x2, x2, x1, curve_prime, ndigits);
crypto/ecc.c
1252
vli_mod_sub(x2, x1, t5, curve_prime, ndigits);
crypto/ecc.c
1256
vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
crypto/ecc.c
1276
vli_mod_sub(t5, x2, x1, curve_prime, ndigits);
crypto/ecc.c
1286
vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
crypto/ecc.c
1289
vli_mod_sub(t6, x2, x1, curve_prime, ndigits);
crypto/ecc.c
1297
vli_mod_sub(x2, x2, t6, curve_prime, ndigits);
crypto/ecc.c
1300
vli_mod_sub(t7, x1, x2, curve_prime, ndigits);
crypto/ecc.c
1304
vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
crypto/ecc.c
1309
vli_mod_sub(t7, t7, t6, curve_prime, ndigits);
crypto/ecc.c
1311
vli_mod_sub(t6, t7, x1, curve_prime, ndigits);
crypto/ecc.c
1315
vli_mod_sub(y1, t6, y1, curve_prime, ndigits);
crypto/ecc.c
1359
vli_mod_sub(z, rx[1], rx[0], curve_prime, ndigits);
crypto/ecc.c
1394
vli_mod_sub(z, result->x, p->x, curve->p, ndigits);
crypto/ecc.c
1452
vli_mod_sub(tz, rx, tx, curve->p, ndigits);