Searched refs:felem_mul (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | simple.c | 235 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 …]
|
D | internal.h | 168 void (*felem_mul)(const EC_GROUP *, EC_FELEM *r, const EC_FELEM *a, member
|
D | ec_montgomery.c | 474 out->felem_mul = ec_GFp_mont_felem_mul; in DEFINE_METHOD_FUNCTION()
|
D | p256-x86_64.c | 650 out->felem_mul = ec_GFp_mont_felem_mul; in DEFINE_METHOD_FUNCTION()
|
D | p224-64.c | 1116 out->felem_mul = ec_GFp_nistp224_felem_mul; in DEFINE_METHOD_FUNCTION()
|
/external/boringssl/src/third_party/fiat/ |
D | p256.c | 1071 out->felem_mul = ec_GFp_mont_felem_mul; in DEFINE_METHOD_FUNCTION()
|