Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_oct.c309 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GFp_simple_oct2point()
H A Dec2_oct.c306 return EC_POINT_set_to_infinity(group, point); in ossl_ec_GF2m_simple_oct2point()
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_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 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()
/third_party/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 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_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 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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h576 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
/third_party/openssl/include/openssl/
H A Dec.h576 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h466 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
/third_party/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()

Completed in 29 milliseconds