Searched refs:tpy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jm.c228 mp_int precomp[16][2], rz, tpx, tpy; local
237 MP_DIGITS(&tpy) = 0;
251 MP_CHECKOK(mp_init(&tpy, FLAG(n)));;
267 /* Set (tpx, tpy) = 2P */
269 point_dbl(&precomp[8][0], &precomp[8][1], &tpx, &tpy,
275 point_add(&precomp[i][0], &precomp[i][1], &tpx, &tpy,
332 mp_clear(&tpy);

Completed in 55 milliseconds