Searched refs:EC_POINT_set_to_infinity (Results 1 – 12 of 12) sorted by relevance
/openssl/doc/man3/ |
H A D | EC_POINT_new.pod | 13 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 D | ec2_oct.c | 306 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GF2m_simple_oct2point()
|
H A D | ecp_oct.c | 309 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GFp_simple_oct2point()
|
H A D | ec_mult.c | 153 return EC_POINT_set_to_infinity(group, r); in ossl_ec_scalar_mul_ladder() 767 if (!EC_POINT_set_to_infinity(group, r)) in ossl_ec_wNAF_mul()
|
H A D | ecp_s390x_nistp.c | 93 rc = EC_POINT_set_to_infinity(group, r); in ec_GFp_s390x_nistp_mul()
|
H A D | ec_key.c | 395 EC_POINT_set_to_infinity(group, eckey->pub_key); in ec_generate_key() 436 EC_POINT_set_to_infinity(eckey->group, eckey->pub_key); in ossl_ec_generate_key_dhkem()
|
H A D | ec_lib.c | 814 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) in EC_POINT_set_to_infinity() function 1086 return EC_POINT_set_to_infinity(group, r); in EC_POINTs_mul() 1133 return EC_POINT_set_to_infinity(group, r); in EC_POINT_mul()
|
H A D | ec2_smpl.c | 433 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 D | ecp_smpl.c | 1659 return EC_POINT_set_to_infinity(group, r); in ossl_ec_GFp_simple_ladder_post()
|
/openssl/include/openssl/ |
H A D | ec.h | 595 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
|
/openssl/test/ |
H A D | ectest.c | 195 || !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() 2421 || !TEST_true(EC_POINT_set_to_infinity(group, Pinf))) in ec_point_hex2point_test_helper()
|
/openssl/util/ |
H A D | libcrypto.num | 281 EC_POINT_set_to_infinity 287 3_0_0 EXIST::FUNCTION:EC
|
Completed in 47 milliseconds