Searched refs:EC_GROUP_cmp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.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); 145 EC_GROUP_cmp compares B<a> and B<b> to determine whether they represent the same curve or not. 187 EC_GROUP_cmp returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
|
| /freebsd-12.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-12.1/crypto/openssl/crypto/ec/ |
| H A D | ec_ameth.c | 325 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
|
| H A D | ec_lib.c | 574 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshkey.c | 691 if (EC_GROUP_cmp(EC_KEY_get0_group(a->ecdsa), in sshkey_equal_public() 1575 if (EC_GROUP_cmp(g, eg, bnctx) == 0) in sshkey_ecdsa_key_to_nid()
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Version.map | 1090 EC_GROUP_cmp;
|
| H A D | Makefile.man | 1142 MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3
|