Searched refs:EC_POINT_cmp (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/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); 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-12.1/crypto/openssl/crypto/ec/ |
| H A D | ec_lib.c | 621 if (r || EC_POINT_cmp(a, EC_GROUP_get0_generator(a), in EC_GROUP_cmp() 951 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_nistp224.c | 1431 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) 1609 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
|
| H A D | ec_key.c | 325 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ec_key_simple_check_key()
|
| H A D | ec_mult.c | 478 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ec_wNAF_mul()
|
| H A D | ecp_nistp521.c | 1896 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) 2078 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
|
| H A D | ec_ameth.c | 177 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
|
| H A D | ecp_nistp256.c | 2055 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) 2240 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
|
| H A D | ecp_nistz256.c | 1174 if (0 == EC_POINT_cmp(group, generator, pre_comp_generator, ctx)) in ecp_nistz256_points_mul()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ec.h | 724 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 1865 return EC_POINT_cmp(e->group, (const EC_POINT *) a, in crypto_ec_point_cmp()
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1186 EC_POINT_cmp;
|
| H A D | Makefile.man | 1213 MLINKS+= EC_POINT_add.3 EC_POINT_cmp.3
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshkey.c | 693 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
|
| /freebsd-12.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 618 EC_F_EC_POINT_CMP:113:EC_POINT_cmp
|