Searched refs:EC_POINT_set_affine_coordinates_GF2m (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_smpt.c131 if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec.h222 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *, EC_POINT *,
H A Dec2_smpl.c654 if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
763 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx)) goto err;
H A Dectest.c776 if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
888 if (!EC_POINT_set_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
H A Dec_curve.c1178 if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx))
H A Dec_lib.c860 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, function
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dsymhacks.h222 #undef EC_POINT_set_affine_coordinates_GF2m macro
223 #define EC_POINT_set_affine_coordinates_GF2m EC_POINT_set_affine_coords_GF2m macro

Completed in 68 milliseconds