Home
last modified time | relevance | path

Searched refs:ec_felem_add (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_montgomery.c246 ec_felem_add(group, &two_z1z2, &a->Z, &b->Z); in ec_GFp_mont_add()
280 ec_felem_add(group, &r, &r, &r); in ec_GFp_mont_add()
292 ec_felem_add(group, &i, &h, &h); in ec_GFp_mont_add()
344 ec_felem_add(group, &ftmp2, &a->X, &delta); in ec_GFp_mont_dbl()
346 ec_felem_add(group, &tmptmp, &ftmp2, &ftmp2); in ec_GFp_mont_dbl()
347 ec_felem_add(group, &ftmp2, &ftmp2, &tmptmp); in ec_GFp_mont_dbl()
352 ec_felem_add(group, &fourbeta, &beta, &beta); in ec_GFp_mont_dbl()
353 ec_felem_add(group, &fourbeta, &fourbeta, &fourbeta); in ec_GFp_mont_dbl()
354 ec_felem_add(group, &tmptmp, &fourbeta, &fourbeta); in ec_GFp_mont_dbl()
358 ec_felem_add(group, &delta, &gamma, &delta); in ec_GFp_mont_dbl()
[all …]
Dsimple.c252 ec_felem_add(group, &tmp, &Z4, &Z4); in ec_GFp_simple_is_on_curve()
253 ec_felem_add(group, &tmp, &tmp, &Z4); in ec_GFp_simple_is_on_curve()
258 ec_felem_add(group, &rh, &rh, &tmp); in ec_GFp_simple_is_on_curve()
264 ec_felem_add(group, &rh, &rh, &tmp); in ec_GFp_simple_is_on_curve()
267 ec_felem_add(group, &rh, &rh, &group->a); in ec_GFp_simple_is_on_curve()
270 ec_felem_add(group, &rh, &rh, &group->b); in ec_GFp_simple_is_on_curve()
Dfelem.c49 void ec_felem_add(const EC_GROUP *group, EC_FELEM *out, const EC_FELEM *a, in ec_felem_add() function
Dinternal.h263 void ec_felem_add(const EC_GROUP *group, EC_FELEM *out, const EC_FELEM *a,