Searched refs:t7 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | ecc.c | 1227 u64 t7[ECC_MAX_DIGITS]; in xycz_add_c() local 1256 vli_mod_sub(t7, x1, x2, curve_prime, ndigits); in xycz_add_c() 1258 vli_mod_mult_fast(y2, y2, t7, curve); in xycz_add_c() 1263 vli_mod_square_fast(t7, t5, curve); in xycz_add_c() 1265 vli_mod_sub(t7, t7, t6, curve_prime, ndigits); in xycz_add_c() 1267 vli_mod_sub(t6, t7, x1, curve_prime, ndigits); in xycz_add_c() 1273 vli_set(x1, t7, ndigits); in xycz_add_c()
|