Home
last modified time | relevance | path

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

/freebsd-13.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);
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 Dec.h331 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Dec_ameth.c342 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
H A Dec_lib.c575 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 Dsshkey.c753 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 DVersion.map1090 EC_GROUP_cmp;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1150 MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3