Home
last modified time | relevance | path

Searched refs:EC_POINT_cmp (Results 1 – 13 of 13) sorted by relevance

/openssl/test/
H A Dectest.c69 || !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()
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()
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(group, P, Q, ctx))) in prime_field_tests()
273 || !TEST_int_eq(0, EC_POINT_cmp(group, P, R, ctx)) in prime_field_tests()
560 || !TEST_int_eq(0, EC_POINT_cmp(group, P, R, ctx)) in prime_field_tests()
[all …]
/openssl/doc/man3/
H A DEC_POINT_add.pod5 …_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.
/openssl/crypto/ec/
H A Dec_ameth.c143 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
H A Decp_nistp224.c1465 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 Dec_lib.c675 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 Dec_mult.c479 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ossl_ec_wNAF_mul()
H A Dec_key.c551 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ossl_ec_key_pairwise_check()
H A Decp_nistp521.c1970 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 Decp_nistp256.c2078 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 Decp_nistz256.c1010 if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx)) in ecp_nistz256_points_mul()
/openssl/include/openssl/
H A Dec.h843 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c347 ok = ok && EC_POINT_cmp(group_b, pa, pb, ctx) == 0; in ec_match()
/openssl/util/
H A Dlibcrypto.num1705 EC_POINT_cmp 1745 3_0_0 EXIST::FUNCTION:EC

Completed in 113 milliseconds