Home
last modified time | relevance | path

Searched refs:EC_GROUP_cmp (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
/third_party/node/deps/openssl/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.c621 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 Dec_ameth.c266 if (EC_GROUP_cmp(group_a, group_b, NULL)) in ec_cmp_parameters()
H A Dec_lib.c621 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 Decdh_exch.c134 && EC_GROUP_cmp(group_priv, group_peer, ctx) == 0; in ecdh_match_params()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h417 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dec.h417 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h331 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 Dec_kmgmt.c346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0; in ec_match()
/third_party/openssl/test/
H A Dectest.c1721 * 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