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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dsymhacks.h255 # undef EC_POINT_set_affine_coordinates_GFp macro
256 # define EC_POINT_set_affine_coordinates_GFp EC_POINT_set_affine_coords_GFp macro
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec.h229 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *, EC_POINT *,
H A Decp_smpl.c770 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
983 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
1584 if (!EC_POINT_set_affine_coordinates_GFp(group, point, x, y, ctx))
H A Dec_lib.c807 int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, function
H A Dectest.c437 if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx))

Completed in 125 milliseconds