Lines Matching refs:t5
952 u64 t5[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local
960 vli_mod_mult_fast(t5, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
994 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
996 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
998 vli_mod_sub(t5, t5, 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()
1052 u64 t5[ECC_MAX_DIGITS]; in xycz_add() local
1055 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add()
1057 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add()
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()
1065 vli_mod_square_fast(t5, y2, curve_prime, ndigits); in xycz_add()
1068 vli_mod_sub(t5, t5, x1, curve_prime, ndigits); in xycz_add()
1070 vli_mod_sub(t5, t5, x2, curve_prime, ndigits); in xycz_add()
1076 vli_mod_sub(x2, x1, t5, curve_prime, ndigits); in xycz_add()
1082 vli_set(x2, t5, ndigits); in xycz_add()
1093 u64 t5[ECC_MAX_DIGITS]; in xycz_add_c() local
1098 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add_c()
1100 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add_c()
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()
1106 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c()
1129 vli_mod_square_fast(t7, t5, curve_prime, ndigits); in xycz_add_c()
1135 vli_mod_mult_fast(t6, t6, t5, curve_prime, ndigits); in xycz_add_c()