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

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_mult.c234 return EC_POINT_set_to_infinity(group, r);
293 if (!EC_POINT_set_to_infinity(group, r)) goto err;
346 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.c490 if (!EC_POINT_set_to_infinity(group, r)) goto err;
H A Dectest.c294 if (!EC_POINT_set_to_infinity(group, P)) ABORT;
838 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/openssl/crypto/ec/
H A Dec2_mult.c234 return EC_POINT_set_to_infinity(group, r);
293 if (!EC_POINT_set_to_infinity(group, r)) goto err;
346 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.c490 if (!EC_POINT_set_to_infinity(group, r)) goto err;
H A Dectest.c294 if (!EC_POINT_set_to_infinity(group, P)) ABORT;
838 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/openssl/openssl/include/openssl/
H A Dec.h446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
/external/openssl/include/openssl/
H A Dec.h446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);

Completed in 171 milliseconds