Searched refs:ec_GFp_mont_felem_sqr (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_montgomery.c | 151 void ec_GFp_mont_felem_sqr(const EC_GROUP *group, EC_FELEM *r, in ec_GFp_mont_felem_sqr() function 195 ec_GFp_mont_felem_sqr(group, &z1, &z2); in ec_GFp_mont_point_get_affine_coordinates() 234 ec_GFp_mont_felem_sqr(group, &z1z1, &a->Z); in ec_GFp_mont_add() 238 ec_GFp_mont_felem_sqr(group, &z2z2, &b->Z); in ec_GFp_mont_add() 247 ec_GFp_mont_felem_sqr(group, &two_z1z2, &two_z1z2); in ec_GFp_mont_add() 293 ec_GFp_mont_felem_sqr(group, &i, &i); in ec_GFp_mont_add() 304 ec_GFp_mont_felem_sqr(group, &x_out, &r); in ec_GFp_mont_add() 336 ec_GFp_mont_felem_sqr(group, &delta, &a->Z); in ec_GFp_mont_dbl() 338 ec_GFp_mont_felem_sqr(group, &gamma, &a->Y); in ec_GFp_mont_dbl() 351 ec_GFp_mont_felem_sqr(group, &r->X, &alpha); in ec_GFp_mont_dbl() [all …]
|
D | internal.h | 428 void ec_GFp_mont_felem_sqr(const EC_GROUP *, EC_FELEM *r, const EC_FELEM *a);
|
D | p256-x86_64.c | 651 out->felem_sqr = ec_GFp_mont_felem_sqr; in DEFINE_METHOD_FUNCTION()
|
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 1072 out->felem_sqr = ec_GFp_mont_felem_sqr; in DEFINE_METHOD_FUNCTION()
|