Lines Matching refs:vli_mod_mult_fast
834 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right, in vli_mod_mult_fast() function
960 vli_mod_mult_fast(t5, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
964 vli_mod_mult_fast(y1, y1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
975 vli_mod_mult_fast(x1, x1, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1000 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
1016 vli_mod_mult_fast(x1, x1, t1, curve_prime, ndigits); /* x1 * z^2 */ in apply_z()
1017 vli_mod_mult_fast(t1, t1, z, curve_prime, ndigits); /* z^3 */ in apply_z()
1018 vli_mod_mult_fast(y1, y1, t1, curve_prime, ndigits); /* y1 * z^3 */ in apply_z()
1059 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in xycz_add()
1061 vli_mod_mult_fast(x2, x2, t5, curve_prime, ndigits); in xycz_add()
1074 vli_mod_mult_fast(y1, y1, x2, curve_prime, ndigits); in xycz_add()
1078 vli_mod_mult_fast(y2, y2, x2, curve_prime, ndigits); in xycz_add()
1102 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in xycz_add_c()
1104 vli_mod_mult_fast(x2, x2, t5, curve_prime, ndigits); in xycz_add_c()
1113 vli_mod_mult_fast(y1, y1, t6, curve_prime, ndigits); in xycz_add_c()
1124 vli_mod_mult_fast(y2, y2, t7, curve_prime, ndigits); in xycz_add_c()
1135 vli_mod_mult_fast(t6, t6, t5, curve_prime, ndigits); in xycz_add_c()
1184 vli_mod_mult_fast(z, z, ry[1 - nb], curve_prime, ndigits); in ecc_point_mult()
1186 vli_mod_mult_fast(z, z, point->x, curve_prime, ndigits); in ecc_point_mult()
1192 vli_mod_mult_fast(z, z, point->y, curve_prime, ndigits); in ecc_point_mult()
1194 vli_mod_mult_fast(z, z, rx[1 - nb], curve_prime, ndigits); in ecc_point_mult()
1276 vli_mod_mult_fast(z, z, tz, curve->p, ndigits); in ecc_point_mult_shamir()
1444 vli_mod_mult_fast(xxx, xxx, pk->x, curve->p, pk->ndigits); /* x^3 */ in ecc_is_pubkey_valid_partial()
1445 vli_mod_mult_fast(w, curve->a, pk->x, curve->p, pk->ndigits); /* a·x */ in ecc_is_pubkey_valid_partial()