Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/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);
40 EC_POINT_cmp compares the two supplied points and tests whether or not they are equal.
67 EC_POINT_cmp returns 1 if the points are not equal, 0 if they are, or -1 on error.
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dec_lib.c622 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp()
952 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, in EC_POINT_cmp() function
H A Decp_nistp224.c1459 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
1637 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
H A Dec_key.c326 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ec_key_simple_check_key()
H A Dec_mult.c471 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ec_wNAF_mul()
H A Decp_nistp521.c1915 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
2097 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
H A Dec_ameth.c194 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
H A Decp_nistp256.c2075 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx))
2260 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
H A Decp_nistz256.c1005 if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx)) in ecp_nistz256_points_mul()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dec.h724 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map1186 EC_POINT_cmp;
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1997 return EC_POINT_cmp(e->group, (const EC_POINT *) a, in crypto_ec_point_cmp()
/freebsd-13.1/crypto/openssh/
H A Dsshkey.c755 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt619 EC_F_EC_POINT_CMP:113:EC_POINT_cmp
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1222 MLINKS+= EC_POINT_add.3 EC_POINT_cmp.3