Searched refs:EC_GROUP_cmp (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
|
/third_party/node/deps/openssl/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 | 621 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
|
/third_party/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 | 621 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx) in EC_GROUP_cmp() function
|
/third_party/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 417 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 417 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 331 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
|
/third_party/openssl/test/ |
H A D | ectest.c | 1721 * parameter EC_GROUPs with EC_GROUP_cmp(), to ensure the in check_named_curve_lookup_test() 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()
|
Completed in 22 milliseconds