Searched refs:t7 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | ecc.c | 1095 u64 t7[ECC_MAX_DIGITS]; in xycz_add_c() local 1122 vli_mod_sub(t7, x1, x2, curve_prime, ndigits); in xycz_add_c() 1124 vli_mod_mult_fast(y2, y2, t7, curve_prime, ndigits); in xycz_add_c() 1129 vli_mod_square_fast(t7, t5, curve_prime, ndigits); in xycz_add_c() 1131 vli_mod_sub(t7, t7, t6, curve_prime, ndigits); in xycz_add_c() 1133 vli_mod_sub(t6, t7, x1, curve_prime, ndigits); in xycz_add_c() 1139 vli_set(x1, t7, ndigits); in xycz_add_c()
|