Searched refs:EC_POINT_get_affine_coordinates_GFp (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdh/
H A Dech_ossl.c154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
H A Decdhtest.c158 if (!EC_POINT_get_affine_coordinates_GFp(group,
183 if (!EC_POINT_get_affine_coordinates_GFp(group,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dsymhacks.h218 #undef EC_POINT_get_affine_coordinates_GFp macro
219 #define EC_POINT_get_affine_coordinates_GFp EC_POINT_get_affine_coords_GFp macro
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdsa/
H A Decs_ossl.c155 if (!EC_POINT_get_affine_coordinates_GFp(group,
412 if (!EC_POINT_get_affine_coordinates_GFp(group,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dectest.c272 if (!EC_POINT_get_affine_coordinates_GFp(group, Q, x, y, ctx)) ABORT;
291 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
370 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
414 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
460 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
507 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
558 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
615 if (!EC_POINT_get_affine_coordinates_GFp(group, P, x, y, ctx)) ABORT;
H A Dec.h217 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *, const EC_POINT *,
H A Decp_smpl.c824 if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
1518 if (!EC_POINT_get_affine_coordinates_GFp(group, point, x, y, ctx)) goto err;
H A Dec_lib.c877 int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, function

Completed in 36 milliseconds