Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
DEVP_PKEY_meth_new.pod276 L<EVP_PKEY_CTX_free(3)> and L<EVP_PKEY_CTX_dup(3)>.
/third_party/openssl/crypto/evp/
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()
Ddigest.c576 out->pctx = EVP_PKEY_CTX_dup(in->pctx); in EVP_MD_CTX_copy_ex()
632 out->pctx = EVP_PKEY_CTX_dup(in->pctx); in EVP_MD_CTX_copy_ex()
Dpmeth_lib.c472 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(const EVP_PKEY_CTX *pctx) in EVP_PKEY_CTX_dup() function
/third_party/openssl/test/
Devp_pkey_provided_test.c1343 || !TEST_ptr(kctx = EVP_PKEY_CTX_dup(ctx)) in test_ec_dup_no_operation()
1377 || !TEST_ptr_null(kctx = EVP_PKEY_CTX_dup(ctx))) in test_ec_dup_keygen_operation()
1714 if (!TEST_ptr_null(dctx = EVP_PKEY_CTX_dup(pctx))) in test_evp_pkey_ctx_dup_kdf_fail()
Devp_libctx_test.c538 && TEST_ptr(dctx = EVP_PKEY_CTX_dup(sctx)) in kem_rsa_gen_recover()
Devp_test.c1797 if (!TEST_ptr(copy = EVP_PKEY_CTX_dup(expected->ctx))) { in pkey_test_run()
1971 if (!TEST_ptr(dctx = EVP_PKEY_CTX_dup(expected->ctx))) { in pderive_test_run()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1340 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx);
/third_party/openssl/include/openssl/
Devp.h1781 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(const EVP_PKEY_CTX *ctx);
/third_party/openssl/util/
Dlibcrypto.num3189 EVP_PKEY_CTX_dup 3257 3_0_0 EXIST::FUNCTION: