Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
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.
DSSL_CTX_dane_enable.pod118 L<EVP_PKEY_up_ref(3)> and L<EVP_PKEY_free(3)> can be used to acquire and
367 L<EVP_PKEY_up_ref(3)>,
/third_party/openssl/crypto/store/
Dstore_lib.c691 EVP_PKEY_up_ref(info->_.params); in OSSL_STORE_INFO_get1_PARAMS()
708 EVP_PKEY_up_ref(info->_.pubkey); in OSSL_STORE_INFO_get1_PUBKEY()
725 EVP_PKEY_up_ref(info->_.pkey); in OSSL_STORE_INFO_get1_PKEY()
/third_party/openssl/test/
Dcmp_protect_test.c262 EVP_PKEY_up_ref(loadedkey); in test_MSG_protect_certificate_based_without_cert()
578 if (TEST_true(EVP_PKEY_up_ref(loadedprivkey))) in OPT_TEST_DECLARE_USAGE()
Dcmp_msg_test.c131 if (!EVP_PKEY_up_ref(pkey)) in set1_newPkey()
Dssl_old_test.c1522 if (dhpkey == NULL || !EVP_PKEY_up_ref(dhpkey)) { in main()
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkey.rs147 EVP_PKEY_up_ref(self.as_ptr()); in to_owned()
801 use ffi::EVP_PKEY_up_ref;
804 unsafe extern "C" fn EVP_PKEY_up_ref(pkey: *mut ffi::EVP_PKEY) {
/third_party/openssl/crypto/x509/
Dx_pubkey.c364 if (!EVP_PKEY_up_ref(pkey)) { in X509_PUBKEY_set()
469 if (ret != NULL && !EVP_PKEY_up_ref(ret)) { in X509_PUBKEY_get()
/third_party/openssl/ssl/
Dssl_rsa.c132 EVP_PKEY_up_ref(pkey); in ssl_set_pkey()
1010 EVP_PKEY_up_ref(privatekey); in ssl_set_cert_and_key()
Dssl_cert.c96 EVP_PKEY_up_ref(ret->dh_tmp); in ssl_cert_dup()
112 EVP_PKEY_up_ref(cpk->privatekey); in ssl_cert_dup()
Ds3_lib.c3711 EVP_PKEY_up_ref(s->s3.peer_tmp); in ssl3_ctrl()
3720 EVP_PKEY_up_ref(s->s3.tmp.pkey); in ssl3_ctrl()
/third_party/openssl/crypto/evp/
Dexchange.c495 EVP_PKEY_up_ref(peer); in EVP_PKEY_derive_set_peer_ex()
Dpmeth_lib.c349 EVP_PKEY_up_ref(pkey); in int_ctx_new()
490 EVP_PKEY_up_ref(pctx->pkey); in EVP_PKEY_CTX_dup()
586 EVP_PKEY_up_ref(pctx->peerkey); in EVP_PKEY_CTX_dup()
Dp_lib.c1650 int EVP_PKEY_up_ref(EVP_PKEY *pkey) in EVP_PKEY_up_ref() function
/third_party/openssl/crypto/cms/
Dcms_kari.c408 EVP_PKEY_up_ref(recipPubKey); in ossl_cms_RecipientInfo_kari_init()
Dcms_smime.c739 EVP_PKEY_up_ref(pk); in CMS_decrypt_set1_pkey_and_peer()
Dcms_sd.c329 EVP_PKEY_up_ref(pk); in CMS_add1_signer()
Dcms_env.c311 EVP_PKEY_up_ref(pk); in cms_RecipientInfo_ktri_init()
/third_party/openssl/crypto/pkcs7/
Dpk7_lib.c360 EVP_PKEY_up_ref(pkey); in PKCS7_SIGNER_INFO_set()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs448 pub fn EVP_PKEY_up_ref(pkey: *mut EVP_PKEY) -> c_int; in EVP_PKEY_up_ref() function
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md344 * Added `EVP_PKEY_up_ref`.
/third_party/openssl/crypto/ts/
Dts_rsp_sign.c176 EVP_PKEY_up_ref(ctx->signer_key); in TS_RESP_CTX_set_signer_key()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1040 int EVP_PKEY_up_ref(EVP_PKEY *pkey);
/third_party/openssl/include/openssl/
Devp.h1379 int EVP_PKEY_up_ref(EVP_PKEY *pkey);
/third_party/openssl/apps/
Ds_server.c2045 if (!EVP_PKEY_up_ref(dhpkey)) { in s_server_main()

12