Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DEC_POINT_new.pod13 EC_POINT_set_to_infinity,
41 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
125 be at infinity by calling EC_POINT_set_to_infinity().
225 EC_POINT_set_to_infinity(), EC_POINT_set_Jprojective_coordinates_GFp(),
/openssl/crypto/ec/
H A Dec2_oct.c306 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GF2m_simple_oct2point()
H A Decp_oct.c309 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GFp_simple_oct2point()
H A Dec_mult.c159 return EC_POINT_set_to_infinity(group, r); in ossl_ec_scalar_mul_ladder()
778 if (!EC_POINT_set_to_infinity(group, r)) in ossl_ec_wNAF_mul()
H A Decp_s390x_nistp.c93 rc = EC_POINT_set_to_infinity(group, r); in ec_GFp_s390x_nistp_mul()
H A Dec_lib.c811 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity() function
1083 return EC_POINT_set_to_infinity(group, r); in EC_POINTs_mul()
1130 return EC_POINT_set_to_infinity(group, r); in EC_POINT_mul()
H A Dec2_smpl.c433 if (!EC_POINT_set_to_infinity(group, r)) in ossl_ec_GF2m_simple_add()
813 return EC_POINT_set_to_infinity(group, r); in ec_GF2m_simple_ladder_post()
H A Dec_key.c343 EC_POINT_set_to_infinity(group, eckey->pub_key); in ec_generate_key()
H A Decp_smpl.c1659 return EC_POINT_set_to_infinity(group, r); in ossl_ec_GFp_simple_ladder_post()
/openssl/include/openssl/
H A Dec.h579 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
/openssl/test/
H A Dectest.c195 || !TEST_true(EC_POINT_set_to_infinity(group, P)) in prime_field_tests()
967 || !TEST_true(EC_POINT_set_to_infinity(group, P)) in char2_field_tests()
2309 || !TEST_true(EC_POINT_set_to_infinity(group, Pinf))) in ec_point_hex2point_test_helper()
/openssl/util/
H A Dlibcrypto.num281 EC_POINT_set_to_infinity 287 3_0_0 EXIST::FUNCTION:EC

Completed in 63 milliseconds