crypto/ecc.c
1144
vli_mod_add(x1, x1, z1, curve_prime, ndigits);
crypto/ecc.c
1146
vli_mod_add(z1, z1, z1, curve_prime, ndigits);
crypto/ecc.c
1153
vli_mod_add(z1, x1, x1, curve_prime, ndigits);
crypto/ecc.c
1155
vli_mod_add(x1, x1, z1, curve_prime, ndigits);
crypto/ecc.c
1284
vli_mod_add(t5, y2, y1, curve_prime, ndigits);
crypto/ecc.c
1293
vli_mod_add(t6, x1, x2, curve_prime, ndigits);
crypto/ecc.c
1617
vli_mod_add(w, w, curve->b, curve->p, pk->ndigits); /* a·x + b */
crypto/ecc.c
1618
vli_mod_add(w, w, xxx, curve->p, pk->ndigits); /* x^3 + a·x + b */
crypto/ecc.c
939
vli_mod_add(result, result, tmp, curve_prime, ndigits);