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

/freebsd-10.3-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c281 return EC_POINT_set_to_infinity(group, r);
350 if (!EC_POINT_set_to_infinity(group, r))
408 if (!EC_POINT_set_to_infinity(group, acc))
H A Dec2_oct.c332 return EC_POINT_set_to_infinity(group, point);
H A Dec_mult.c365 return EC_POINT_set_to_infinity(group, r);
682 if (!EC_POINT_set_to_infinity(group, r))
H A Decp_oct.c361 return EC_POINT_set_to_infinity(group, point);
H A Dec.h453 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
H A Dec2_smpl.c531 if (!EC_POINT_set_to_infinity(group, r))
H A Dectest.c391 if (!EC_POINT_set_to_infinity(group, P))
1127 if (!EC_POINT_set_to_infinity(group, P))
H A Dec_lib.c757 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) function

Completed in 110 milliseconds