Home
last modified time | relevance | path

Searched refs:felem_mul (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c235 void (*const felem_mul)(const EC_GROUP *, EC_FELEM *r, const EC_FELEM *a, in ec_GFp_simple_is_on_curve() local
236 const EC_FELEM *b) = group->meth->felem_mul; in ec_GFp_simple_is_on_curve()
248 felem_mul(group, &Z6, &Z4, &tmp); in ec_GFp_simple_is_on_curve()
255 felem_mul(group, &rh, &rh, &point->X); in ec_GFp_simple_is_on_curve()
257 felem_mul(group, &tmp, &Z4, &group->a); in ec_GFp_simple_is_on_curve()
259 felem_mul(group, &rh, &rh, &point->X); in ec_GFp_simple_is_on_curve()
263 felem_mul(group, &tmp, &group->b, &Z6); in ec_GFp_simple_is_on_curve()
268 felem_mul(group, &rh, &rh, &point->X); in ec_GFp_simple_is_on_curve()
298 void (*const felem_mul)(const EC_GROUP *, EC_FELEM *r, const EC_FELEM *a, in ec_GFp_simple_cmp() local
299 const EC_FELEM *b) = group->meth->felem_mul; in ec_GFp_simple_cmp()
[all …]
Dinternal.h168 void (*felem_mul)(const EC_GROUP *, EC_FELEM *r, const EC_FELEM *a, member
Dec_montgomery.c474 out->felem_mul = ec_GFp_mont_felem_mul; in DEFINE_METHOD_FUNCTION()
Dp256-x86_64.c650 out->felem_mul = ec_GFp_mont_felem_mul; in DEFINE_METHOD_FUNCTION()
Dp224-64.c1116 out->felem_mul = ec_GFp_nistp224_felem_mul; in DEFINE_METHOD_FUNCTION()
/external/boringssl/src/third_party/fiat/
Dp256.c1071 out->felem_mul = ec_GFp_mont_felem_mul; in DEFINE_METHOD_FUNCTION()