Home
last modified time | relevance | path

Searched refs:EVP_PKEY_up_ref (Results 1 – 25 of 29) sorted by relevance

12

/openssl/doc/man3/
H A DEVP_PKEY_new.pod7 EVP_PKEY_up_ref,
27 int EVP_PKEY_up_ref(EVP_PKEY *key);
85 EVP_PKEY_up_ref() increments the reference count of I<key>.
181 EVP_PKEY_up_ref(), EVP_PKEY_get_raw_private_key() and
194 The EVP_PKEY_up_ref() function was added in OpenSSL 1.1.0.
H A DSSL_CTX_dane_enable.pod118 L<EVP_PKEY_up_ref(3)> and L<EVP_PKEY_free(3)> can be used to acquire and
370 L<EVP_PKEY_up_ref(3)>,
/openssl/crypto/store/
H A Dstore_lib.c745 EVP_PKEY_up_ref(info->_.params); in OSSL_STORE_INFO_get1_PARAMS()
762 EVP_PKEY_up_ref(info->_.pubkey); in OSSL_STORE_INFO_get1_PUBKEY()
779 EVP_PKEY_up_ref(info->_.pkey); in OSSL_STORE_INFO_get1_PKEY()
/openssl/util/
H A Dcheck-format-test-negatives.c321 #define EVP_PKEY_up_ref(x) ((x)->references++) macro
/openssl/ssl/
H A Dssl_rsa.c141 EVP_PKEY_up_ref(pkey); in ssl_set_pkey()
1038 EVP_PKEY_up_ref(privatekey); in ssl_set_cert_and_key()
H A Dssl_cert.c120 EVP_PKEY_up_ref(ret->dh_tmp); in ssl_cert_dup()
137 EVP_PKEY_up_ref(cpk->privatekey); in ssl_cert_dup()
H A Dssl_sess.c201 if (!EVP_PKEY_up_ref(src->peer_rpk)) in ssl_session_dup_intern()
H A Ds3_lib.c3798 EVP_PKEY_up_ref(sc->s3.peer_tmp); in ssl3_ctrl()
3807 EVP_PKEY_up_ref(sc->s3.tmp.pkey); in ssl3_ctrl()
/openssl/crypto/x509/
H A Dx_pubkey.c370 if (!EVP_PKEY_up_ref(pkey)) { in X509_PUBKEY_set()
475 if (ret != NULL && !EVP_PKEY_up_ref(ret)) { in X509_PUBKEY_get()
/openssl/crypto/evp/
H A Dexchange.c496 EVP_PKEY_up_ref(peer); in EVP_PKEY_derive_set_peer_ex()
H A Dpmeth_lib.c326 EVP_PKEY_up_ref(pkey); in int_ctx_new()
465 EVP_PKEY_up_ref(pctx->pkey); in EVP_PKEY_CTX_dup()
573 EVP_PKEY_up_ref(pctx->peerkey); in EVP_PKEY_CTX_dup()
H A Dp_lib.c1668 int EVP_PKEY_up_ref(EVP_PKEY *pkey) in EVP_PKEY_up_ref() function
/openssl/crypto/cms/
H A Dcms_kari.c408 EVP_PKEY_up_ref(recipPubKey); in ossl_cms_RecipientInfo_kari_init()
H A Dcms_smime.c747 EVP_PKEY_up_ref(pk); in CMS_decrypt_set1_pkey_and_peer()
H A Dcms_sd.c360 EVP_PKEY_up_ref(pk); in CMS_add1_signer()
H A Dcms_env.c361 EVP_PKEY_up_ref(pk); in cms_RecipientInfo_ktri_init()
/openssl/test/
H A Dcmp_client_test.c276 EVP_PKEY_up_ref(key); in test_exec_KUR_ses()
H A Dcmp_msg_test.c132 if (!EVP_PKEY_up_ref(pkey)) in set1_newPkey()
H A Dcmp_protect_test.c269 EVP_PKEY_up_ref(server_key); in test_MSG_protect_certificate_based_without_cert()
H A Dssl_old_test.c1536 if (dhpkey == NULL || !EVP_PKEY_up_ref(dhpkey)) { in main()
H A Devp_extra_test.c2535 EVP_PKEY_up_ref(pkey); in test_EVP_PKEY_check()
/openssl/crypto/pkcs7/
H A Dpk7_lib.c361 EVP_PKEY_up_ref(pkey); in PKCS7_SIGNER_INFO_set()
/openssl/crypto/ts/
H A Dts_rsp_sign.c155 EVP_PKEY_up_ref(ctx->signer_key); in TS_RESP_CTX_set_signer_key()
/openssl/include/openssl/
H A Devp.h1389 int EVP_PKEY_up_ref(EVP_PKEY *pkey);
/openssl/apps/
H A Ds_server.c2132 if (!EVP_PKEY_up_ref(dhpkey)) { in s_server_main()

Completed in 172 milliseconds

12