Home
last modified time | relevance | path

Searched refs:EVP_PKEY_CTX_dup (Results 1 – 10 of 10) sorted by relevance

/openssl-master/doc/man3/
A DEVP_PKEY_CTX_new.pod6 EVP_PKEY_CTX_new_from_pkey, EVP_PKEY_CTX_dup, EVP_PKEY_CTX_free,
22 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(const EVP_PKEY_CTX *ctx);
52 EVP_PKEY_CTX_dup() duplicates the context I<ctx>. It is not supported for a
104 EVP_PKEY_CTX_new(), EVP_PKEY_CTX_new_id() and EVP_PKEY_CTX_dup() return either
117 The EVP_PKEY_CTX_new(), EVP_PKEY_CTX_new_id(), EVP_PKEY_CTX_dup() and
A DEVP_PKEY_meth_new.pod276 L<EVP_PKEY_CTX_free(3)> and L<EVP_PKEY_CTX_dup(3)>.
/openssl-master/crypto/evp/
A Dm_sigver.c484 dctx = EVP_PKEY_CTX_dup(pctx); in EVP_DigestSignFinal()
512 dctx = EVP_PKEY_CTX_dup(pctx); in EVP_DigestSignFinal()
610 dctx = EVP_PKEY_CTX_dup(pctx); in EVP_DigestVerifyFinal()
A Ddigest.c547 out->pctx = EVP_PKEY_CTX_dup(in->pctx); in EVP_MD_CTX_copy_ex()
603 out->pctx = EVP_PKEY_CTX_dup(in->pctx); in EVP_MD_CTX_copy_ex()
A Dpmeth_lib.c472 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(const EVP_PKEY_CTX *pctx) in EVP_PKEY_CTX_dup() function
/openssl-master/test/
A Devp_pkey_provided_test.c1291 || !TEST_ptr(kctx = EVP_PKEY_CTX_dup(ctx)) in test_ec_dup_no_operation()
1325 || !TEST_ptr_null(kctx = EVP_PKEY_CTX_dup(ctx))) in test_ec_dup_keygen_operation()
1662 if (!TEST_ptr_null(dctx = EVP_PKEY_CTX_dup(pctx))) in test_evp_pkey_ctx_dup_kdf_fail()
A Devp_libctx_test.c539 && TEST_ptr(dctx = EVP_PKEY_CTX_dup(sctx)) in kem_rsa_gen_recover()
A Devp_test.c1727 if (!TEST_ptr(copy = EVP_PKEY_CTX_dup(expected->ctx))) { in pkey_test_run()
1856 if (!TEST_ptr(dctx = EVP_PKEY_CTX_dup(expected->ctx))) { in pderive_test_run()
/openssl-master/include/openssl/
A Devp.h1781 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(const EVP_PKEY_CTX *ctx);
/openssl-master/util/
A Dlibcrypto.num3189 EVP_PKEY_CTX_dup 3257 3_0_0 EXIST::FUNCTION:

Completed in 37 milliseconds