Home
last modified time | relevance | path

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

/crypto/
A Decc.c1142 vli_mod_square_fast(t4, y1, curve); in ecc_point_double_jacobian()
1148 vli_mod_mult_fast(y1, y1, z1, curve); in ecc_point_double_jacobian()
1189 vli_set(z1, y1, ndigits); in ecc_point_double_jacobian()
1190 vli_set(y1, t4, ndigits); in ecc_point_double_jacobian()
1201 vli_mod_mult_fast(y1, y1, t1, curve); /* y1 * z^3 */ in apply_z()
1212 vli_set(y2, y1, ndigits); in xycz_initial_double()
1220 apply_z(x1, y1, z, curve); in xycz_initial_double()
1222 ecc_point_double_jacobian(x1, y1, z, curve); in xycz_initial_double()
1259 vli_mod_mult_fast(y1, y1, x2, curve); in xycz_add()
1300 vli_mod_mult_fast(y1, y1, t6, curve); in xycz_add_c()
[all …]
A Decdsa.c31 u64 y1[ECC_MAX_DIGITS]; in _ecdsa_verify() local
32 struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); in _ecdsa_verify()

Completed in 10 milliseconds