Searched refs:point_get_affine_coordinates (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec_lib.c | 880 if (group->meth->point_get_affine_coordinates == 0) in EC_POINT_get_affine_coordinates_GFp() 890 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GFp() 897 if (group->meth->point_get_affine_coordinates == 0) in EC_POINT_get_affine_coordinates_GF2m() 907 return group->meth->point_get_affine_coordinates(group, point, x, y, ctx); in EC_POINT_get_affine_coordinates_GF2m()
|
D | ec_lcl.h | 134 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member
|