Searched refs:EC_KEY_dup (Results 1 – 11 of 11) sorted by relevance
9 EC_KEY_copy, EC_KEY_dup, EC_KEY_up_ref, EC_KEY_get0_engine,40 EC_KEY *EC_KEY_dup(const EC_KEY *src);112 EC_KEY_dup() creates a new EC_KEY object and copies I<ec_key> into it.192 EC_KEY_new_by_curve_name() and EC_KEY_dup() return a pointer to the newly
77 dctx->co_key = EC_KEY_dup(sctx->co_key); in pkey_ec_copy()303 dctx->co_key = EC_KEY_dup(ec_key); in pkey_ec_ctrl()
637 dupkey = EC_KEY_dup(eckey); in ec_pkey_copy()
187 EC_KEY *EC_KEY_dup(const EC_KEY *ec_key) in EC_KEY_dup() function
479 if ((privk = EC_KEY_dup(pecdhctx->k)) == NULL) in ecdh_plain_derive()
1016 OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_dup(const EC_KEY *src);
1027 if ((ec = EC_KEY_dup(EVP_PKEY_get0_EC_KEY(evp))) == NULL) { in pkcs11_fetch_x509_pubkey()
1145 EC_KEY_dup;
1584 EC_KEY_dup(), EC_KEY_copy()
1449 MLINKS+= EC_KEY_new.3 EC_KEY_dup.3
2749 EC_KEY_dup 2811 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC