Home
last modified time | relevance | path

Searched refs:EC_POINT_set_to_infinity (Results 1 – 9 of 9) sorted by relevance

/external/openssl/crypto/ec/
Dec2_mult.c234 return EC_POINT_set_to_infinity(group, r); in ec_GF2m_montgomery_point_multiply()
293 if (!EC_POINT_set_to_infinity(group, r)) goto err; in ec_GF2m_montgomery_point_multiply()
346 if (!EC_POINT_set_to_infinity(group, acc)) goto err; in ec_GF2m_simple_mul()
Dec_mult.c380 return EC_POINT_set_to_infinity(group, r); in ec_wNAF_mul()
703 if (!EC_POINT_set_to_infinity(group, r)) goto err; in ec_wNAF_mul()
Dec2_oct.c336 return EC_POINT_set_to_infinity(group, point); in ec_GF2m_simple_oct2point()
Decp_oct.c364 return EC_POINT_set_to_infinity(group, point); in ec_GFp_simple_oct2point()
Dec.h446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
Dec2_smpl.c490 if (!EC_POINT_set_to_infinity(group, r)) goto err; in ec_GF2m_simple_add()
Dectest.c294 if (!EC_POINT_set_to_infinity(group, P)) ABORT; in prime_field_tests()
838 if (!EC_POINT_set_to_infinity(group, P)) ABORT; in char2_field_tests()
Dec_lib.c793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity() function
/external/openssl/include/openssl/
Dec.h446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);