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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec2_aff.c279 mp_int accl, accr, tmp, pxt, pyt; local
284 MP_DIGITS(&pxt) = 0;
289 MP_CHECKOK(mp_init(&pxt, FLAG(px)));
307 group->meth->field_enc(px, &pxt, group->meth);
310 mp_copy(px, &pxt);
315 MP_CHECKOK( group->meth->field_mul(&pxt, &pyt, &tmp, group->meth) );
318 MP_CHECKOK( group->meth->field_sqr(&pxt, &tmp, group->meth) );
319 MP_CHECKOK( group->meth->field_mul(&pxt, &tmp, &accr, group->meth) );
332 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
333 if (ec_GF2m_pt_is_inf_aff(&pxt,
[all...]
H A Decp_aff.c292 mp_int accl, accr, tmp, pxt, pyt; local
297 MP_DIGITS(&pxt) = 0;
302 MP_CHECKOK(mp_init(&pxt, FLAG(px)));
320 group->meth->field_enc(px, &pxt, group->meth);
323 mp_copy(px, &pxt);
329 MP_CHECKOK( group->meth->field_sqr(&pxt, &tmp, group->meth) );
330 MP_CHECKOK( group->meth->field_mul(&pxt, &tmp, &accr, group->meth) );
331 MP_CHECKOK( group->meth->field_mul(&group->curvea, &pxt, &tmp, group->meth) );
343 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) );
344 if (ec_GFp_pt_is_inf_aff(&pxt,
[all...]

Completed in 879 milliseconds