Lines Matching refs:vli_mod_square_fast
450 static void vli_mod_square_fast(u64 *result, const u64 *left) in vli_mod_square_fast() function
558 vli_mod_square_fast(t4, y1); /* t4 = y1^2 */ in ecc_point_double_jacobian()
560 vli_mod_square_fast(t4, t4); /* t4 = y1^4 */ in ecc_point_double_jacobian()
562 vli_mod_square_fast(z1, z1); /* t3 = z1^2 */ in ecc_point_double_jacobian()
580 vli_mod_square_fast(z1, x1); /* t3 = B^2 */ in ecc_point_double_jacobian()
597 vli_mod_square_fast(t1, z); /* z^2 */ in apply_z()
635 vli_mod_square_fast(t5, t5); /* t5 = (x2 - x1)^2 = A */ in xycz_add()
639 vli_mod_square_fast(t5, y2); /* t5 = (y2 - y1)^2 = D */ in xycz_add()
664 vli_mod_square_fast(t5, t5); /* t5 = (x2 - x1)^2 = A */ in xycz_add_c()
673 vli_mod_square_fast(x2, y2); /* t3 = (y2 - y1)^2 */ in xycz_add_c()
680 vli_mod_square_fast(t7, t5); /* t7 = (y2 + y1)^2 = F */ in xycz_add_c()