Home
last modified time | relevance | path

Searched refs:EC_GROUP_check (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_check.c46 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check() function
H A Dec_ameth.c462 return EC_GROUP_check(eckey->group, NULL); in ec_pkey_param_check()
/third_party/openssl/crypto/ec/
H A Dec_check.c46 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check() function
H A Dec_ameth.c462 return EC_GROUP_check(eckey->group, NULL); in ec_pkey_param_check()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c914 ok = ok && EC_GROUP_check(EC_KEY_get0_group(eck), ctx); in sm2_validate()
959 ok = ok && EC_GROUP_check(EC_KEY_get0_group(eck), ctx); in ec_validate()
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c914 ok = ok && EC_GROUP_check(EC_KEY_get0_group(eck), ctx); in sm2_validate()
959 ok = ok && EC_GROUP_check(EC_KEY_get0_group(eck), ctx); in ec_validate()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h402 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dec.h402 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h316 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
/third_party/openssl/test/
H A Dectest.c1147 if (!TEST_true(EC_GROUP_check(group, NULL))) { in internal_curve_test()
1148 TEST_info("EC_GROUP_check() failed with curve %s\n", OBJ_nid2sn(nid)); in internal_curve_test()

Completed in 26 milliseconds