Home
last modified time | relevance | path

Searched refs:point_get_affine_coordinates (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/ec/
Dec_lib.c880 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()
Dec_lcl.h134 int (*point_get_affine_coordinates)(const EC_GROUP *, const EC_POINT *, member