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

/external/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,
/external/openssl/crypto/ecdsa/
H A Decs_ossl.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
451 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/external/openssl/crypto/
H A Dsymhacks.h255 #undef EC_POINT_get_affine_coordinates_GF2m macro
256 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/external/openssl/include/openssl/
H A Dsymhacks.h255 #undef EC_POINT_get_affine_coordinates_GF2m macro
256 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
H A Dec.h504 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
/external/openssl/crypto/ec/
H A Dec2_smpl.c558 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
788 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
797 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
960 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
961 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
993 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec.h504 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group,
H A Dectest.c761 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
892 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
912 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 99 milliseconds