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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdh/
H A Dech_ossl.c162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
H A Decdhtest.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group,
188 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dsymhacks.h224 #undef EC_POINT_get_affine_coordinates_GF2m macro
225 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ecdsa/
H A Decs_ossl.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
421 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/ec/
H A Dec2_smpl.c487 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
719 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
728 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
891 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
892 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
924 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec.h224 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *, const EC_POINT *,
H A Dectest.c763 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
894 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
914 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
H A Dec_lib.c894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, function

Completed in 50 milliseconds