Searched refs:EC_POINT_cmp (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.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-13.1/crypto/openssl/crypto/ec/ |
| H A D | ec_lib.c | 622 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 D | ecp_nistp224.c | 1459 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) 1637 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
|
| H A D | ec_key.c | 326 if (EC_POINT_cmp(eckey->group, point, eckey->pub_key, ctx) != 0) { in ec_key_simple_check_key()
|
| H A D | ec_mult.c | 471 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ec_wNAF_mul()
|
| H A D | ecp_nistp521.c | 1915 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) 2097 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
|
| H A D | ec_ameth.c | 194 r = EC_POINT_cmp(group, pa, pb, NULL); in eckey_pub_cmp()
|
| H A D | ecp_nistp256.c | 2075 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) 2260 if (0 == EC_POINT_cmp(group, generator, group->generator, ctx)) {
|
| H A D | ecp_nistz256.c | 1005 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 D | ec.h | 724 int EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b,
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1186 EC_POINT_cmp;
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | crypto_openssl.c | 1997 return EC_POINT_cmp(e->group, (const EC_POINT *) a, in crypto_ec_point_cmp()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sshkey.c | 755 EC_POINT_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public()
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 619 EC_F_EC_POINT_CMP:113:EC_POINT_cmp
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1222 MLINKS+= EC_POINT_add.3 EC_POINT_cmp.3
|