Home
last modified time | relevance | path

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

/crypto/
Decc.c952 u64 t5[ECC_MAX_DIGITS]; in ecc_point_double_jacobian() local
960 vli_mod_mult_fast(t5, x1, t4, curve_prime, ndigits); in ecc_point_double_jacobian()
994 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
996 vli_mod_sub(z1, z1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
998 vli_mod_sub(t5, t5, z1, curve_prime, ndigits); in ecc_point_double_jacobian()
1000 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in ecc_point_double_jacobian()
1052 u64 t5[ECC_MAX_DIGITS]; in xycz_add() local
1055 vli_mod_sub(t5, x2, x1, curve_prime, ndigits); in xycz_add()
1057 vli_mod_square_fast(t5, t5, curve_prime, ndigits); in xycz_add()
1059 vli_mod_mult_fast(x1, x1, t5, curve_prime, ndigits); in xycz_add()
[all …]