Home
last modified time | relevance | path

Searched refs:EC_POINT_is_at_infinity (Results 1 - 25 of 35) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c327 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 Decp_smpl.c511 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 Dec_check.c106 if (!EC_POINT_is_at_infinity(group, point)) { in EC_GROUP_check()
H A Decp_oct.c176 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_simple_point2oct()
H A Dec2_oct.c145 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GF2m_simple_point2oct()
H A Dec_key.c449 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 Decp_s390x_nistp.c91 if (EC_POINT_is_at_infinity(group, point_ptr) == 1 in ec_GFp_s390x_nistp_mul()
H A Dec_mult.c158 if (point != NULL && EC_POINT_is_at_infinity(group, point)) in ossl_ec_scalar_mul_ladder()
H A Dec_lib.c912 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 Dec2_smpl.c327 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 Decp_smpl.c511 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 Dec_check.c106 if (!EC_POINT_is_at_infinity(group, point)) { in EC_GROUP_check()
H A Dec2_oct.c145 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GF2m_simple_point2oct()
H A Decp_oct.c176 if (EC_POINT_is_at_infinity(group, point)) { in ossl_ec_GFp_simple_point2oct()
H A Dec_key.c449 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 Decp_s390x_nistp.c91 if (EC_POINT_is_at_infinity(group, point_ptr) == 1 in ec_GFp_s390x_nistp_mul()
H A Dec_mult.c158 if (point != NULL && EC_POINT_is_at_infinity(group, point)) in ossl_ec_scalar_mul_ladder()
H A Dec_lib.c912 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 Dectest.c60 || !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 Dec.rs90 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 Dec.rs610 #[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 Dec.h822 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
/third_party/openssl/include/openssl/
H A Dec.h822 int EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *p);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h706 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 Ddpp.c547 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()

Completed in 36 milliseconds

12