Searched refs:EC_GROUP_cmp (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | EC_GROUP_copy.pod | 13 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 D | ecdh_exch.c | 134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
|
/openssl-master/crypto/ec/ |
A D | ec_ameth.c | 274 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
|
A D | ec_lib.c | 622 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 D | ec.h | 415 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ec_kmgmt.c | 339 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
|
/openssl-master/test/ |
A D | ectest.c | 1732 || !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 D | libcrypto.num | 3247 EC_GROUP_cmp 3316 3_0_0 EXIST::FUNCTION:EC
|
Completed in 34 milliseconds