Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/doc/man3/
HDEC_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-head/crypto/openssh/
HDssh-ecdsa.c82 if (EC_GROUP_cmp(g, eg, NULL) == 0) in sshkey_ecdsa_fixup_group()
/freebsd-head/crypto/openssl/providers/implementations/exchange/
HDecdh_exch.c134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
/freebsd-head/crypto/openssl/crypto/ec/
HDec_ameth.c266 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
HDec_lib.c622 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
/freebsd-head/crypto/openssl/include/openssl/
HDec.h417 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/freebsd-head/crypto/openssl/providers/implementations/keymgmt/
HDec_kmgmt.c346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
/freebsd-head/crypto/openssl/test/
HDectest.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-head/secure/lib/libcrypto/
HDVersion.map1088 EC_GROUP_cmp;
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile1402 MLINKS+= EC_GROUP_copy.3 EC_GROUP_cmp.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num3247 EC_GROUP_cmp 3316 3_0_0 EXIST::FUNCTION:EC