Lines Matching refs:t5

653 	u64 t5[ECC_MAX_DIGITS];  in ecc_point_double_jacobian()  local
661 vli_mod_mult_fast(t5, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
695 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
697 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
699 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
701 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
753 u64 t5[ECC_MAX_DIGITS]; in xycz_add() local
756 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add()
758 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add()
760 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in xycz_add()
762 vli_mod_mult_fast(x2, x2, t5, curve_prime, ndigits); in xycz_add()
766 vli_mod_square_fast(t5, y2, curve_prime, ndigits); in xycz_add()
769 vli_mod_sub(t5, t5, x1, curve_prime, ndigits); in xycz_add()
771 vli_mod_sub(t5, t5, x2, curve_prime, ndigits); in xycz_add()
777 vli_mod_sub(x2, x1, t5, curve_prime, ndigits); in xycz_add()
783 vli_set(x2, t5, ndigits); in xycz_add()
794 u64 t5[ECC_MAX_DIGITS]; in xycz_add_c() local
799 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add_c()
801 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add_c()
803 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in xycz_add_c()
805 vli_mod_mult_fast(x2, x2, t5, curve_prime, ndigits); in xycz_add_c()
807 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c()
830 vli_mod_square_fast(t7, t5, curve_prime, ndigits); in xycz_add_c()
836 vli_mod_mult_fast(t6, t6, t5, curve_prime, ndigits); in xycz_add_c()