/third_party/openssl/test/ |
H A D | ectest.c | 69 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, ctx)) in group_order_tests() 73 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, ctx))) in group_order_tests() 88 || (i == 1 && !TEST_int_eq(0, EC_POINT_cmp(group, P, G, ctx))) in group_order_tests() 93 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, ctx)) in group_order_tests() 98 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, ctx)) in group_order_tests() 103 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, ctx))) in group_order_tests() 122 || !TEST_int_eq(0, EC_POINT_cmp(group, R, S, ctx))) in group_order_tests() 249 || !TEST_int_eq(0, EC_POINT_cmp(group, P, Q, ctx))) in prime_field_tests() 258 || !TEST_int_eq(0, EC_POINT_cmp(group, P, Q, ctx))) in prime_field_tests() 267 || !TEST_int_eq(0, EC_POINT_cmp(grou in prime_field_tests() [all...] |
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 179 pub fn EC_POINT_cmp( in EC_POINT_cmp() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 501 #[corresponds(EC_POINT_cmp)] 509 let res = cvt_n(ffi::EC_POINT_cmp( in eq()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_ameth.c | 140 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
|
H A D | ec_key.c | 551 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ossl_ec_key_pairwise_check()
|
H A D | ec_mult.c | 479 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ossl_ec_wNAF_mul()
|
H A D | ecp_nistp256.c | 2078 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp256_points_mul() 2271 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp256_precompute_mult()
|
H A D | ecp_nistp521.c | 1970 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp521_points_mul() 2160 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp521_precompute_mult()
|
H A D | ecp_nistp224.c | 1465 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp224_points_mul() 1651 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp224_precompute_mult()
|
H A D | ec_lib.c | 673 /* XXX EC_POINT_cmp() assumes that the methods are equal */ in EC_GROUP_cmp() 675 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp() 1013 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, in EC_POINT_cmp() function
|
H A D | ecp_nistz256.c | 1010 if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx)) in ecp_nistz256_points_mul()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_ameth.c | 140 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
|
H A D | ec_key.c | 551 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ossl_ec_key_pairwise_check()
|
H A D | ec_mult.c | 479 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ossl_ec_wNAF_mul()
|
H A D | ec_lib.c | 673 /* XXX EC_POINT_cmp() assumes that the methods are equal */ in EC_GROUP_cmp() 675 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp() 1013 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, in EC_POINT_cmp() function
|
H A D | ecp_nistp256.c | 2078 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp256_points_mul() 2271 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp256_precompute_mult()
|
H A D | ecp_nistp521.c | 1970 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp521_points_mul() 2160 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp521_precompute_mult()
|
H A D | ecp_nistp224.c | 1465 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp224_points_mul() 1651 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp224_precompute_mult()
|
H A D | ecp_nistz256.c | 1010 if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx)) in ecp_nistz256_points_mul()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 840 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 840 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 724 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 355 ok = ok && EC_POINT_cmp(group_b, pa, pb, ctx) == 0; in ec_match()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 355 ok = ok && EC_POINT_cmp(group_b, pa, pb, ctx) == 0; in ec_match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1959 return EC_POINT_cmp(e->group, (const EC_POINT *) a, in crypto_ec_point_cmp()
|