Searched refs:EC_POINT_is_at_infinity (Results 1 – 19 of 19) sorted by relevance
/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 327 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GF2m_simple_point_get_affine_coordinates() 365 if (EC_POINT_is_at_infinity(group, a)) { in ossl_ec_GF2m_simple_add() 371 if (EC_POINT_is_at_infinity(group, b)) { in ossl_ec_GF2m_simple_add() 486 if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(point->Y)) in ossl_ec_GF2m_simple_invert() 520 if (EC_POINT_is_at_infinity(group, point)) in ossl_ec_GF2m_simple_is_on_curve() 590 if (EC_POINT_is_at_infinity(group, a)) { in ossl_ec_GF2m_simple_cmp() 591 return EC_POINT_is_at_infinity(group, b) ? 0 : 1; in ossl_ec_GF2m_simple_cmp() 594 if (EC_POINT_is_at_infinity(group, b)) in ossl_ec_GF2m_simple_cmp() 641 if (point->Z_is_one || EC_POINT_is_at_infinity(group, point)) in ossl_ec_GF2m_simple_make_affine()
|
H A D | ec_check.c | 106 if (!EC_POINT_is_at_infinity(group, point)) { in EC_GROUP_check()
|
H A D | ecp_smpl.c | 511 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_simple_point_get_affine_coordinates() 626 if (EC_POINT_is_at_infinity(group, a)) in ossl_ec_GFp_simple_add() 628 if (EC_POINT_is_at_infinity(group, b)) in ossl_ec_GFp_simple_add() 809 if (EC_POINT_is_at_infinity(group, a)) { in ossl_ec_GFp_simple_dbl() 943 if (EC_POINT_is_at_infinity(group, point) || BN_is_zero(point->Y)) in ossl_ec_GFp_simple_invert() 967 if (EC_POINT_is_at_infinity(group, point)) in ossl_ec_GFp_simple_is_on_curve() 1077 if (EC_POINT_is_at_infinity(group, a)) { in ossl_ec_GFp_simple_cmp() 1078 return EC_POINT_is_at_infinity(group, b) ? 0 : 1; in ossl_ec_GFp_simple_cmp() 1081 if (EC_POINT_is_at_infinity(group, b)) in ossl_ec_GFp_simple_cmp() 1174 if (point->Z_is_one || EC_POINT_is_at_infinity(group, point)) in ossl_ec_GFp_simple_make_affine()
|
H A D | ec2_oct.c | 145 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GF2m_simple_point2oct()
|
H A D | ecp_oct.c | 176 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_simple_point2oct()
|
H A D | ecp_sm2p256.c | 472 if (EC_POINT_is_at_infinity(group, point)) { in ecp_sm2p256_get_affine() 529 if (EC_POINT_is_at_infinity(group, point[i])) in ecp_sm2p256_windowed_mul()
|
H A D | ecp_s390x_nistp.c | 91 if (EC_POINT_is_at_infinity(group, point_ptr) == 1 in ec_GFp_s390x_nistp_mul()
|
H A D | ec_key.c | 538 if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key)) { in ossl_ec_key_public_check_quick() 590 if (!EC_POINT_is_at_infinity(eckey->group, point)) { in ossl_ec_key_public_check()
|
H A D | ec_lib.c | 915 if (EC_POINT_is_at_infinity(group, point)) { in EC_POINT_get_affine_coordinates() 982 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity() function
|
H A D | ec_mult.c | 152 if (point != NULL && EC_POINT_is_at_infinity(group, point)) in ossl_ec_scalar_mul_ladder()
|
H A D | ecp_nistp224.c | 1339 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates()
|
H A D | ecp_nistp384.c | 1636 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_nistp384_point_get_affine_coordinates()
|
H A D | ecp_nistz256.c | 1170 if (EC_POINT_is_at_infinity(group, point)) { in ecp_nistz256_get_affine()
|
H A D | ecp_nistp521.c | 1841 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_nistp521_point_get_affine_coordinates()
|
H A D | ecp_nistp256.c | 1952 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates()
|
/openssl/test/ |
H A D | ectest.c | 60 || !TEST_true(EC_POINT_is_at_infinity(group, Q)) in group_order_tests() 65 || !TEST_true(EC_POINT_is_at_infinity(group, Q)) in group_order_tests() 111 || !TEST_true(EC_POINT_is_at_infinity(group, Q)) in group_order_tests() 196 || !TEST_true(EC_POINT_is_at_infinity(group, P)) in prime_field_tests() 199 || !TEST_true(EC_POINT_is_at_infinity(group, P)) in prime_field_tests() 223 if (EC_POINT_is_at_infinity(group, P)) { in prime_field_tests() 238 } while (!EC_POINT_is_at_infinity(group, P)); in prime_field_tests() 241 || !TEST_true(EC_POINT_is_at_infinity(group, P))) in prime_field_tests() 570 || !TEST_true(EC_POINT_is_at_infinity(group, P)) in prime_field_tests() 1008 if (EC_POINT_is_at_infinity(group, P)) in char2_field_tests() [all …]
|
/openssl/doc/man3/ |
H A D | EC_POINT_add.pod | 5 EC_POINT_add, EC_POINT_dbl, EC_POINT_invert, EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POIN… 15 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p); 40 The function EC_POINT_is_at_infinity tests whether the supplied point is at infinity or not. 71 EC_POINT_is_at_infinity returns 1 if the point is at infinity, or 0 otherwise.
|
/openssl/include/openssl/ |
H A D | ec.h | 841 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
|
/openssl/util/ |
H A D | libcrypto.num | 2488 EC_POINT_is_at_infinity 2543 3_0_0 EXIST::FUNCTION:EC
|
Completed in 93 milliseconds