/third_party/node/deps/openssl/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 | 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(grou in ossl_ec_GFp_simple_make_affine() [all...] |
H A D | ec_check.c | 106 if (!EC_POINT_is_at_infinity(group, point)) { in EC_GROUP_check()
|
H A D | ecp_oct.c | 176 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_simple_point2oct()
|
H A D | ec2_oct.c | 145 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GF2m_simple_point2oct()
|
H A D | ec_key.c | 449 if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key)) { in ossl_ec_key_public_check_quick() 495 if (!EC_POINT_is_at_infinity(eckey->group, point)) { in ossl_ec_key_public_check()
|
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_mult.c | 158 if (point != NULL && EC_POINT_is_at_infinity(group, point)) in ossl_ec_scalar_mul_ladder()
|
H A D | ec_lib.c | 912 if (EC_POINT_is_at_infinity(group, point)) { in EC_POINT_get_affine_coordinates() 979 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity() function
|
/third_party/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 | 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(grou in ossl_ec_GFp_simple_make_affine() [all...] |
H A D | ec_check.c | 106 if (!EC_POINT_is_at_infinity(group, point)) { in EC_GROUP_check()
|
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 | ec_key.c | 449 if (EC_POINT_is_at_infinity(eckey->group, eckey->pub_key)) { in ossl_ec_key_public_check_quick() 495 if (!EC_POINT_is_at_infinity(eckey->group, point)) { in ossl_ec_key_public_check()
|
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_mult.c | 158 if (point != NULL && EC_POINT_is_at_infinity(group, point)) in ossl_ec_scalar_mul_ladder()
|
H A D | ec_lib.c | 912 if (EC_POINT_is_at_infinity(group, point)) { in EC_POINT_get_affine_coordinates() 979 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) in EC_POINT_is_at_infinity() function
|
/third_party/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() 112 || !TEST_false(EC_POINT_is_at_infinity(group, P))) in group_order_tests() 138 || !TEST_true(EC_POINT_is_at_infinity(group, P))) 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(grou in prime_field_tests() [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 90 pub fn EC_POINT_is_at_infinity(group: *const EC_GROUP, point: *const EC_POINT) -> c_int; in EC_POINT_is_at_infinity() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 610 #[corresponds(EC_POINT_is_at_infinity)] 613 let res = ffi::EC_POINT_is_at_infinity(group.as_ptr(), self.as_ptr()); in is_infinity()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 822 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 822 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 706 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 547 EC_POINT_is_at_infinity(group, point)) { in dpp_set_pubkey_point_group() 6723 if (EC_POINT_is_at_infinity(group, Qi)) { in dpp_pkex_derive_Qi() 6807 if (EC_POINT_is_at_infinity(group, Qr)) { in dpp_pkex_derive_Qr() 7351 EC_POINT_is_at_infinity(group, M) || in dpp_pkex_rx_exchange_req() 7355 EC_POINT_is_at_infinity(group, X) || in dpp_pkex_rx_exchange_req() 7693 EC_POINT_is_at_infinity(group, N) || in dpp_pkex_rx_exchange_resp() 7697 EC_POINT_is_at_infinity(group, Y) || in dpp_pkex_rx_exchange_resp()
|