Searched refs:t4 (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | ecc.c | 1080 u64 t4[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local 1089 vli_mod_square_fast(t4, y1, curve); in ecc_point_double_jacobian() 1091 vli_mod_mult_fast(t5, x1, t4, curve); in ecc_point_double_jacobian() 1093 vli_mod_square_fast(t4, t4, curve); in ecc_point_double_jacobian() 1133 vli_mod_sub(t4, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian() 1137 vli_set(y1, t4, ndigits); in ecc_point_double_jacobian()
|