Searched refs:EC_GROUP_dup (Results 1 – 11 of 11) sorted by relevance
6 EC_GROUP_copy, EC_GROUP_dup, EC_GROUP_method_of, EC_GROUP_set_generator,24 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);77 EC_GROUP_dup() creates a new EC_GROUP object and copies the content from B<src> to the newly created199 EC_GROUP_dup() returns a pointer to the duplicated curve, or NULL on error.
68 dctx->gen_group = EC_GROUP_dup(sctx->gen_group); in pkey_ec_copy()
241 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); in ec_copy_parameters()
268 EC_GROUP *EC_GROUP_dup(const EC_GROUP *a) in EC_GROUP_dup() function1416 if ((dup = EC_GROUP_dup(group)) == NULL in ec_group_explicit_to_named()
777 key->group = EC_GROUP_dup(group); in EC_KEY_set_group()
772 if ((dup = EC_GROUP_dup(ret)) == NULL in EC_GROUP_new_from_ecparameters()
211 EC_GROUP *EC_GROUP_dup(const EC_GROUP *src);
1045 group = EC_GROUP_dup(src); in ec_gen_set_group()
1517 || !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()
2596 EC_GROUP_dup 2654 3_0_0 EXIST::FUNCTION:EC
12854 * New functions EC_GROUP_dup, EC_POINT_dup.
Completed in 79 milliseconds