Searched refs:EC_POINT_set_affine_coordinates_GFp (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dsymhacks.h216 #undef EC_POINT_set_affine_coordinates_GFp macro
217 #define EC_POINT_set_affine_coordinates_GFp EC_POINT_set_affine_coords_GFp macro
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec.h215 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *, EC_POINT *,
H A Decp_smpl.c753 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
982 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
1519 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
H A Dec_lib.c843 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, function
H A Dectest.c365 if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;

Completed in 51 milliseconds