Searched refs:EC_GROUP_cmp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EC_GROUP_copy.pod | 12 EC_GROUP_check, EC_GROUP_check_discriminant, EC_GROUP_cmp, 55 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx); 150 EC_GROUP_cmp() compares B<a> and B<b> to determine whether they represent the same curve or not. 201 EC_GROUP_cmp() returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ec.h | 331 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
| /freebsd-13.1/crypto/openssl/crypto/ec/ |
| H A D | ec_ameth.c | 342 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
|
| H A D | ec_lib.c | 575 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | sshkey.c | 753 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public() 1668 if (EC_GROUP_cmp(g, eg, NULL) == 0) in sshkey_ecdsa_key_to_nid()
|
| /freebsd-13.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1090 EC_GROUP_cmp;
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 1150 MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3
|