Lines Matching refs:vli_mod_mult_fast

963 static void vli_mod_mult_fast(u64 *result, const u64 *left, const u64 *right,  in vli_mod_mult_fast()  function
1091 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian()
1095 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian()
1106 vli_mod_mult_fast(x1, x1, z1, curve); in ecc_point_double_jacobian()
1131 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian()
1146 vli_mod_mult_fast(x1, x1, t1, curve); /* x1 * z^2 */ in apply_z()
1147 vli_mod_mult_fast(t1, t1, z, curve); /* z^3 */ in apply_z()
1148 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */ in apply_z()
1191 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add()
1193 vli_mod_mult_fast(x2, x2, t5, curve); in xycz_add()
1206 vli_mod_mult_fast(y1, y1, x2, curve); in xycz_add()
1210 vli_mod_mult_fast(y2, y2, x2, curve); in xycz_add()
1236 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add_c()
1238 vli_mod_mult_fast(x2, x2, t5, curve); in xycz_add_c()
1247 vli_mod_mult_fast(y1, y1, t6, curve); in xycz_add_c()
1258 vli_mod_mult_fast(y2, y2, t7, curve); in xycz_add_c()
1269 vli_mod_mult_fast(t6, t6, t5, curve); in xycz_add_c()
1314 vli_mod_mult_fast(z, z, ry[1 - nb], curve); in ecc_point_mult()
1316 vli_mod_mult_fast(z, z, point->x, curve); in ecc_point_mult()
1322 vli_mod_mult_fast(z, z, point->y, curve); in ecc_point_mult()
1324 vli_mod_mult_fast(z, z, rx[1 - nb], curve); in ecc_point_mult()
1405 vli_mod_mult_fast(z, z, tz, curve); in ecc_point_mult_shamir()
1565 vli_mod_mult_fast(xxx, xxx, pk->x, curve); /* x^3 */ in ecc_is_pubkey_valid_partial()
1566 vli_mod_mult_fast(w, curve->a, pk->x, curve); /* a·x */ in ecc_is_pubkey_valid_partial()