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

/freebsd-10.0-release/crypto/openssl/crypto/ecdh/
H A Dech_ossl.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
H A Decdhtest.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
191 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c464 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
473 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
639 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
640 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
672 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec2_oct.c225 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec_key.c418 if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
H A Dectest.c778 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
901 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
921 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
H A Dec.h524 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
H A Dec_lib.c894 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, function
/freebsd-10.0-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c173 if (!EC_POINT_get_affine_coordinates_GF2m(group,
462 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsymhacks.h283 #undef EC_POINT_get_affine_coordinates_GF2m macro
284 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro

Completed in 90 milliseconds