Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 1 of 1) sorted by relevance

/crypto/
Decc.c951 u64 t4[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local
958 vli_mod_square_fast(t4, y1, curve_prime, ndigits); in ecc_point_double_jacobian()
960 vli_mod_mult_fast(t5, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
962 vli_mod_square_fast(t4, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
1002 vli_mod_sub(t4, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
1006 vli_set(y1, t4, ndigits); in ecc_point_double_jacobian()