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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpt.c137 if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx))
H A Dec.h238 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *, EC_POINT *,
H A Dec2_smpl.c675 if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx))
798 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx))
H A Dectest.c1024 if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
1161 if (!EC_POINT_set_affine_coordinates_GF2m(group, Q, x, y, ctx))
H A Dec_lib.c824 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, function
H A Dec_curve.c1253 if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx)) {
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dsymhacks.h261 # undef EC_POINT_set_affine_coordinates_GF2m macro
262 # define EC_POINT_set_affine_coordinates_GF2m EC_POINT_set_affine_coords_GF2m macro

Completed in 63 milliseconds