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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c279 return EC_POINT_set_to_infinity(group, r);
352 if (!EC_POINT_set_to_infinity(group, r))
410 if (!EC_POINT_set_to_infinity(group, acc))
H A Dec_mult.c365 return EC_POINT_set_to_infinity(group, r);
680 if (!EC_POINT_set_to_infinity(group, r))
H A Dec.h222 int EC_POINT_set_to_infinity(const EC_GROUP *, EC_POINT *);
H A Dec2_smpl.c622 return EC_POINT_set_to_infinity(group, point);
771 if (!EC_POINT_set_to_infinity(group, r))
H A Dectest.c282 if (!EC_POINT_set_to_infinity(group, P))
1131 if (!EC_POINT_set_to_infinity(group, P))
H A Dec_lib.c755 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) function
H A Decp_smpl.c933 return EC_POINT_set_to_infinity(group, point);

Completed in 69 milliseconds