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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dexample_mul.c93 !EC_POINT_set_to_infinity(group, p) ||
H A Dwnaf.c330 return EC_POINT_set_to_infinity(group, r);
615 if (!EC_POINT_set_to_infinity(group, r))
H A Dec.c664 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) { function
666 OPENSSL_PUT_ERROR(EC, EC_POINT_set_to_infinity,
671 OPENSSL_PUT_ERROR(EC, EC_POINT_set_to_infinity, EC_R_INCOMPATIBLE_OBJECTS);
H A Doct.c229 return EC_POINT_set_to_infinity(group, point);
/external/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);
703 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
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dec.h189 /* EC_POINT_set_to_infinity sets |point| to be the "point at infinity" for the
191 OPENSSL_EXPORT int EC_POINT_set_to_infinity(const EC_GROUP *group,
/external/openssl/include/openssl/
H A Dec.h446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);

Completed in 448 milliseconds