Home
last modified time | relevance | path

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

/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.
/openssl/providers/implementations/exchange/
H A Decdh_exch.c146 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
/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
/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()
2085 || !TEST_int_eq(EC_GROUP_cmp(group_nmd, group_nmd2, NULL), 0) in ossl_parameter_test()
2091 || !TEST_int_eq(EC_GROUP_cmp(group_nmd, group_nmd3, NULL), 0)) in ossl_parameter_test()
2145 || !TEST_int_eq(EC_GROUP_cmp(group_exp, group_exp2, NULL), 0)) in ossl_parameter_test()
/openssl/providers/implementations/kem/
H A Dec_kem.c227 && EC_GROUP_cmp(group1, group2, ctx) == 0; in ossl_ec_match_params()
/openssl/include/openssl/
H A Dec.h420 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c349 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
/openssl/util/
H A Dlibcrypto.num3247 EC_GROUP_cmp 3316 3_0_0 EXIST::FUNCTION:EC

Completed in 56 milliseconds