Home
last modified time | relevance | path

Searched refs:EVP_PKEY_dup (Results 1 – 12 of 12) sorted by relevance

/openssl-master/doc/man3/
A DEVP_PKEY_new.pod8 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 or
179 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
/openssl-master/crypto/x509/
A Dx_req.c75 pkey = EVP_PKEY_dup(pkey); in req_cb()
A Dx_pubkey.c302 pubkey->pkey = EVP_PKEY_dup(a->pkey); in X509_PUBKEY_dup()
/openssl-master/test/
A Devp_pkey_provided_test.c376 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()
A Devp_libctx_test.c133 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()
A Dkeymgmt_internal_test.c254 if (!ret || !TEST_ptr(dup_pk = EVP_PKEY_dup(pk))) in test_pass_rsa()
A Decdsatest.c240 if (!TEST_ptr(dup_pk = EVP_PKEY_dup(pkey)) in test_builtin()
A Devp_extra_test.c991 if (!TEST_ptr(dup_pk = EVP_PKEY_dup(pkey))) in test_EC_priv_only_legacy()
/openssl-master/doc/man7/
A Dmigration_guide.pod1376 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)>.
/openssl-master/crypto/evp/
A Dp_lib.c1651 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey) in EVP_PKEY_dup() function
/openssl-master/include/openssl/
A Devp.h1380 EVP_PKEY *EVP_PKEY_dup(EVP_PKEY *pkey);
/openssl-master/util/
A Dlibcrypto.num5344 EVP_PKEY_dup 5472 3_0_0 EXIST::FUNCTION:

Completed in 52 milliseconds