| /src/crypto/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() 247 || !TEST_int_eq(0, EC_POINT_cmp(group, P, Q, ctx))) in prime_field_tests() 256 || !TEST_int_eq(0, EC_POINT_cmp(group, P, Q, ctx))) in prime_field_tests() 265 || !TEST_int_eq(0, EC_POINT_cmp(group, P, Q, ctx))) in prime_field_tests() [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | EC_POINT_add.pod | 5 …_dbl, EC_POINT_invert, EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POINT_cmp, EC_POINT_make_… 17 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx); 44 EC_POINT_cmp compares the two supplied points and tests whether or not they are equal. 75 EC_POINT_cmp returns 1 if the points are not equal, 0 if they are, or -1 on error.
|
| /src/crypto/openssl/crypto/ec/ |
| H A D | ec_key.c | 280 ret = !EC_POINT_cmp(eckey->group, eckey->pub_key, pub_key2, ctx); in ecdsa_keygen_knownanswer_test() 644 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ossl_ec_key_pairwise_check()
|
| H A D | ec_ameth.c | 140 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
|
| H A D | ecp_nistp224.c | 1442 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp224_points_mul() 1622 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp224_precompute_mult()
|
| H A D | ec_lib.c | 675 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), EC_GROUP_get0_generator(b), ctx) != 0) in EC_GROUP_cmp() 1014 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_nistp384.c | 1782 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp384_points_mul() 1961 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp384_precompute_mult()
|
| H A D | ec_mult.c | 472 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == 0)) { in ossl_ec_wNAF_mul()
|
| H A D | ecp_nistp521.c | 1876 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp521_points_mul() 2060 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp521_precompute_mult()
|
| H A D | ecp_nistp256.c | 2062 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) in ossl_ec_GFp_nistp256_points_mul() 2249 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) { in ossl_ec_GFp_nistp256_precompute_mult()
|
| H A D | ecp_nistz256.c | 988 if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx)) in ecp_nistz256_points_mul()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | ec.h | 851 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
|
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | ec_kmgmt.c | 351 ok = ok && EC_POINT_cmp(group_b, pa, pb, ctx) == 0; in ec_match()
|
| /src/secure/lib/libcrypto/ |
| H A D | Version.map | 1184 EC_POINT_cmp;
|
| /src/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 2595 return EC_POINT_cmp(e->group, (const EC_POINT *) a, in crypto_ec_point_cmp()
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1679 MLINKS+= EC_POINT_add.3 EC_POINT_cmp.3
|
| /src/crypto/openssl/util/ |
| H A D | libcrypto.num | 1705 EC_POINT_cmp 1745 3_0_0 EXIST::FUNCTION:EC
|