• Home
  • Raw
  • Download

Lines Matching refs:t5

1081 	u64 t5[ECC_MAX_DIGITS];  in ecc_point_double_jacobian()  local
1091 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian()
1125 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
1127 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
1129 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1131 vli_mod_mult_fast(x1, x1, t5, curve); in ecc_point_double_jacobian()
1182 u64 t5[ECC_MAX_DIGITS]; in xycz_add() local
1187 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add()
1189 vli_mod_square_fast(t5, t5, curve); in xycz_add()
1191 vli_mod_mult_fast(x1, x1, t5, curve); in xycz_add()
1193 vli_mod_mult_fast(x2, x2, t5, curve); in xycz_add()
1197 vli_mod_square_fast(t5, y2, curve); in xycz_add()
1200 vli_mod_sub(t5, t5, x1, curve_prime, ndigits); in xycz_add()
1202 vli_mod_sub(t5, t5, x2, curve_prime, ndigits); in xycz_add()
1208 vli_mod_sub(x2, x1, t5, curve_prime, ndigits); in xycz_add()
1214 vli_set(x2, t5, ndigits); in xycz_add()
1225 u64 t5[ECC_MAX_DIGITS]; in xycz_add_c() local
1232 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add_c()
1234 vli_mod_square_fast(t5, t5, curve); in xycz_add_c()
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()
1240 vli_mod_add(t5, y2, y1, curve_prime, ndigits); in xycz_add_c()
1263 vli_mod_square_fast(t7, t5, curve); in xycz_add_c()
1269 vli_mod_mult_fast(t6, t6, t5, curve); in xycz_add_c()