Home
last modified time | relevance | path

Searched refs:EC_GROUP_cmp (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod12 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 Dec.h331 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/freebsd-12.1/crypto/openssl/crypto/ec/
H A Dec_ameth.c325 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
H A Dec_lib.c574 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 Dsshkey.c691 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 DVersion.map1090 EC_GROUP_cmp;
H A DMakefile.man1142 MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3