Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod13 EC_GROUP_check_discriminant, EC_GROUP_cmp,
58 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
177 EC_GROUP_cmp() compares B<a> and B<b> to determine whether they represent the same curve or not.
236 EC_GROUP_cmp() returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
/freebsd-14.2/crypto/openssh/
H A Dssh-ecdsa.c86 if (EC_GROUP_cmp(grp_a, grp_b, NULL) != 0) in ssh_ecdsa_equal()
H A Dsshkey.c1380 if (EC_GROUP_cmp(g, eg, NULL) == 0) in sshkey_ecdsa_key_to_nid()
/freebsd-14.2/crypto/openssl/providers/implementations/exchange/
H A Decdh_exch.c134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Dec_ameth.c266 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
H A Dec_lib.c622 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dec.h417 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/freebsd-14.2/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
/freebsd-14.2/crypto/openssl/test/
H A Dectest.c1732 || !TEST_int_eq(EC_GROUP_cmp(g, ga, ctx), 0)) in check_named_curve_lookup_test()
2024 || !TEST_int_eq(EC_GROUP_cmp(group, group2, NULL), 0)) in parameter_test()
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map1090 EC_GROUP_cmp;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile1402 MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num3247 EC_GROUP_cmp 3316 3_0_0 EXIST::FUNCTION:EC