crypto/ecc.c
1153
vli_mod_add(x1, x1, z1, curve_prime, ndigits);
crypto/ecc.c
1155
vli_mod_add(z1, z1, z1, curve_prime, ndigits);
crypto/ecc.c
1162
vli_mod_add(z1, x1, x1, curve_prime, ndigits);
crypto/ecc.c
1164
vli_mod_add(x1, x1, z1, curve_prime, ndigits);
crypto/ecc.c
1293
vli_mod_add(t5, y2, y1, curve_prime, ndigits);
crypto/ecc.c
1302
vli_mod_add(t6, x1, x2, curve_prime, ndigits);
crypto/ecc.c
1621
vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */
crypto/ecc.c
1622
vli_mod_add(w, w, xxx, curve->p, pk->ndigits); /* x^3 + a·x + b */
crypto/ecc.c
948
vli_mod_add(result, result, tmp, curve_prime, ndigits);