Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dec.c849 if (group->meth->point_set_Jprojective_coordinates_GFp == 0) { in ec_point_set_Jprojective_coordinates_GFp()
859 return group->meth->point_set_Jprojective_coordinates_GFp(group, point, x, y, in ec_point_set_Jprojective_coordinates_GFp()
Dinternal.h123 int (*point_set_Jprojective_coordinates_GFp)(const EC_GROUP *, EC_POINT *, member
/external/openssl/crypto/ec/
Dec_lib.c812 if (group->meth->point_set_Jprojective_coordinates_GFp == 0) in EC_POINT_set_Jprojective_coordinates_GFp()
822 return group->meth->point_set_Jprojective_coordinates_GFp(group, point, x, y, z, ctx); in EC_POINT_set_Jprojective_coordinates_GFp()
Dec_lcl.h128 int (*point_set_Jprojective_coordinates_GFp)(const EC_GROUP *, EC_POINT *, member