Searched refs:EC_GROUP_cmp (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H 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); 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 D | ecdh_exch.c | 146 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
|
/openssl/crypto/ec/ |
H A D | ec_ameth.c | 266 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
|
H 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/test/ |
H 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() 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 D | ec_kem.c | 227 && EC_GROUP_cmp(group1, group2, ctx) == 0; in ossl_ec_match_params()
|
/openssl/include/openssl/ |
H A D | ec.h | 420 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 349 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
|
/openssl/util/ |
H A D | libcrypto.num | 3247 EC_GROUP_cmp 3316 3_0_0 EXIST::FUNCTION:EC
|
Completed in 95 milliseconds