Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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);
174 EC_GROUP_cmp() compares B<a> and B<b> to determine whether they represent the same curve or not.
233 EC_GROUP_cmp() returns 0 if the curves are equal, 1 if they are not equal, or -1 on error.
/openssl-master/providers/implementations/exchange/
A Decdh_exch.c134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
/openssl-master/crypto/ec/
A Dec_ameth.c274 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
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-master/include/openssl/
A Dec.h415 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c339 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
/openssl-master/test/
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()
/openssl-master/util/
A Dlibcrypto.num3247 EC_GROUP_cmp 3316 3_0_0 EXIST::FUNCTION:EC

Completed in 34 milliseconds