Searched refs:pxt (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ec2_aff.c | 288 mp_int accl, accr, tmp, pxt, pyt; local 293 MP_DIGITS(&pxt) = 0; 298 MP_CHECKOK(mp_init(&pxt, FLAG(px))); 316 group->meth->field_enc(px, &pxt, group->meth); 319 mp_copy(px, &pxt); 324 MP_CHECKOK( group->meth->field_mul(&pxt, &pyt, &tmp, group->meth) ); 327 MP_CHECKOK( group->meth->field_sqr(&pxt, &tmp, group->meth) ); 328 MP_CHECKOK( group->meth->field_mul(&pxt, &tmp, &accr, group->meth) ); 341 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) ); 342 if (ec_GF2m_pt_is_inf_aff(&pxt, [all...] |
H A D | ecp_aff.c | 301 mp_int accl, accr, tmp, pxt, pyt; local 306 MP_DIGITS(&pxt) = 0; 311 MP_CHECKOK(mp_init(&pxt, FLAG(px))); 329 group->meth->field_enc(px, &pxt, group->meth); 332 mp_copy(px, &pxt); 338 MP_CHECKOK( group->meth->field_sqr(&pxt, &tmp, group->meth) ); 339 MP_CHECKOK( group->meth->field_mul(&pxt, &tmp, &accr, group->meth) ); 340 MP_CHECKOK( group->meth->field_mul(&group->curvea, &pxt, &tmp, group->meth) ); 352 MP_CHECKOK( ECPoint_mul(group, &group->order, px, py, &pxt, &pyt) ); 353 if (ec_GFp_pt_is_inf_aff(&pxt, [all...] |
Completed in 16 milliseconds