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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_oct.c149 if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
390 if (!EC_POINT_set_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec_key.c415 if (!EC_POINT_set_affine_coordinates_GF2m(key->group, point,
H A Dec.h513 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *p,
H A Dec2_smpl.c508 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx)) goto err;
H A Dectest.c791 if (!EC_POINT_set_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
895 if (!EC_POINT_set_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
H A Dec_lib.c860 int EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, function
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dsymhacks.h281 #undef EC_POINT_set_affine_coordinates_GF2m macro
282 #define EC_POINT_set_affine_coordinates_GF2m EC_POINT_set_affine_coords_GF2m macro

Completed in 215 milliseconds