Searched refs:EC_POINT_set_to_infinity (Results 1 – 9 of 9) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec2_mult.c | 234 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()
|
D | ec_mult.c | 380 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()
|
D | ec2_oct.c | 336 return EC_POINT_set_to_infinity(group, point); in ec_GF2m_simple_oct2point()
|
D | ecp_oct.c | 364 return EC_POINT_set_to_infinity(group, point); in ec_GFp_simple_oct2point()
|
D | ec.h | 446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
|
D | ec2_smpl.c | 490 if (!EC_POINT_set_to_infinity(group, r)) goto err; in ec_GF2m_simple_add()
|
D | ectest.c | 294 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()
|
D | ec_lib.c | 793 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity() function
|
/external/openssl/include/openssl/ |
D | ec.h | 446 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
|