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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c238 return EC_POINT_set_to_infinity(group, r);
298 if (!EC_POINT_set_to_infinity(group, r)) goto err;
351 if (!EC_POINT_set_to_infinity(group, acc)) goto err;
H A Dec2_oct.c336 return EC_POINT_set_to_infinity(group, point);
H A Dec_mult.c380 return EC_POINT_set_to_infinity(group, r);
704 if (!EC_POINT_set_to_infinity(group, r)) goto err;
H A Decp_oct.c364 return EC_POINT_set_to_infinity(group, point);
H A Dec.h446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
H A Dec2_smpl.c491 if (!EC_POINT_set_to_infinity(group, r)) goto err;
H A Dectest.c330 if (!EC_POINT_set_to_infinity(group, P)) ABORT;
874 if (!EC_POINT_set_to_infinity(group, P)) ABORT;
H A Dec_lib.c793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) function

Completed in 176 milliseconds