Home
last modified time | relevance | path

Searched refs:EC_GROUP_dup (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_pmeth.c70 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); in pkey_ec_copy()
H A Dec_ameth.c241 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); in ec_copy_parameters()
H A Dec_key.c682 key->group = EC_GROUP_dup(group); in EC_KEY_set_group()
H A Dec_lib.c265 EC_GROUP *EC_GROUP_dup(const EC_GROUP *a) in EC_GROUP_dup() function
1413 if ((dup = EC_GROUP_dup(group)) == NULL in ec_group_explicit_to_named()
H A Dec_asn1.c776 if ((dup = EC_GROUP_dup(ret)) == NULL in EC_GROUP_new_from_ecparameters()
/third_party/openssl/crypto/ec/
H A Dec_ameth.c241 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); in ec_copy_parameters()
H A Dec_pmeth.c70 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); in pkey_ec_copy()
H A Dec_key.c682 key->group = EC_GROUP_dup(group); in EC_KEY_set_group()
H A Dec_lib.c265 EC_GROUP *EC_GROUP_dup(const EC_GROUP *a) in EC_GROUP_dup() function
1413 if ((dup = EC_GROUP_dup(group)) == NULL in ec_group_explicit_to_named()
H A Dec_asn1.c776 if ((dup = EC_GROUP_dup(ret)) == NULL in EC_GROUP_new_from_ecparameters()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h208 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
/third_party/openssl/include/openssl/
H A Dec.h208 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h131 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c1040 group = EC_GROUP_dup(src); in ec_gen_set_group()
/third_party/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c1040 group = EC_GROUP_dup(src); in ec_gen_set_group()
/third_party/openssl/test/
H A Dectest.c1517 || !TEST_ptr(gtest = EC_GROUP_dup(group)) in check_named_curve_test()
1860 || !TEST_ptr(tmpg = EC_GROUP_dup(group)) in check_named_curve_from_ecparameters()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c6711 group2 = EC_GROUP_dup(group); in dpp_pkex_derive_Qi()
6795 group2 = EC_GROUP_dup(group); in dpp_pkex_derive_Qr()

Completed in 39 milliseconds