Searched refs:point_set_Jprojective_coordinates_GFp (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | ec.c | 849 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()
|
D | internal.h | 123 int (*point_set_Jprojective_coordinates_GFp)(const EC_GROUP *, EC_POINT *, member
|
/external/openssl/crypto/ec/ |
D | ec_lib.c | 812 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()
|
D | ec_lcl.h | 128 int (*point_set_Jprojective_coordinates_GFp)(const EC_GROUP *, EC_POINT *, member
|