Searched refs:ty (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | ecc.c | 1268 u64 ty[ECC_MAX_DIGITS]; in ecc_point_mult_shamir() local 1272 vli_set(ty, point->y, ndigits); in ecc_point_mult_shamir() 1273 apply_z(tx, ty, z, curve->p, ndigits); in ecc_point_mult_shamir() 1275 xycz_add(tx, ty, rx, ry, curve->p, ndigits); in ecc_point_mult_shamir()
|