Searched refs:EVP_PKEY_dup (Results 1 – 12 of 12) sorted by relevance
8 EVP_PKEY_dup,28 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *key);87 EVP_PKEY_dup() duplicates the I<key>. The I<key> must not be ENGINE based or179 EVP_PKEY_dup() returns the key duplicate or NULL if an error occurred.201 The EVP_PKEY_dup(), EVP_PKEY_new_raw_private_key_ex(), and
75 pkey = EVP_PKEY_dup(pkey); in req_cb()
302 pubkey->pkey = EVP_PKEY_dup(a->pkey); in X509_PUBKEY_dup()
376 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_fromdata_rsa()641 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_fromdata_dh_named_group()816 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_fromdata_dh_fips186_4()1098 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_fromdata_ecx()1246 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_fromdata_ec()1574 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_fromdata_dsa_fips186_4()
133 if (!TEST_ptr(dup_pk = EVP_PKEY_dup(pkey)) in test_dsa_param_keygen()196 if (!TEST_ptr(dup_pk = EVP_PKEY_dup(pkey)) in do_dh_param_keygen()
254 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_pass_rsa()
240 if (!TEST_ptr(dup_pk = EVP_PKEY_dup(pkey)) in test_builtin()
991 if (!TEST_ptr(dup_pk = EVP_PKEY_dup(pkey))) in test_EC_priv_only_legacy()
1376 and L<EVP_PKEY_dup(3)> instead.1410 and L<EVP_PKEY_dup(3)> instead.1530 and L<EVP_PKEY_dup(3)> instead.2081 There is no direct replacement. Applications may use L<EVP_PKEY_dup(3)>.
1651 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey) in EVP_PKEY_dup() function
1380 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey);
5344 EVP_PKEY_dup 5472 3_0_0 EXIST::FUNCTION:
Completed in 52 milliseconds