Home
last modified time | relevance | path

Searched refs:EVP_PKEY_up_ref (Results 1 - 25 of 44) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/store/
H A 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/crypto/store/
H A 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/
H A Dcmp_protect_test.c262 EVP_PKEY_up_ref(loadedkey); in test_MSG_protect_certificate_based_without_cert()
580 if (TEST_true(EVP_PKEY_up_ref(loadedprivkey))) in OPT_TEST_DECLARE_USAGE()
H A Dcmp_client_test.c268 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()
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c321 #define EVP_PKEY_up_ref(x) ((x)->references++) macro
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c321 #define EVP_PKEY_up_ref(x) ((x)->references++) macro
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkey.rs151 EVP_PKEY_up_ref(self.as_ptr()); in to_owned()
788 use ffi::EVP_PKEY_up_ref;
791 unsafe extern "C" fn EVP_PKEY_up_ref(pkey: *mut ffi::EVP_PKEY) {
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa.c132 EVP_PKEY_up_ref(pkey); in ssl_set_pkey()
1010 EVP_PKEY_up_ref(privatekey); in ssl_set_cert_and_key()
H A Dssl_cert.c106 EVP_PKEY_up_ref(ret->dh_tmp); in ssl_cert_dup()
122 EVP_PKEY_up_ref(cpk->privatekey); in ssl_cert_dup()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A 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/crypto/x509/
H A 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/
H A Dssl_rsa.c132 EVP_PKEY_up_ref(pkey); in ssl_set_pkey()
1010 EVP_PKEY_up_ref(privatekey); in ssl_set_cert_and_key()
H A Dssl_cert.c106 EVP_PKEY_up_ref(ret->dh_tmp); in ssl_cert_dup()
122 EVP_PKEY_up_ref(cpk->privatekey); in ssl_cert_dup()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dexchange.c495 EVP_PKEY_up_ref(peer); in EVP_PKEY_derive_set_peer_ex()
H A Dpmeth_lib.c350 EVP_PKEY_up_ref(pkey); in int_ctx_new()
491 EVP_PKEY_up_ref(pctx->pkey); in EVP_PKEY_CTX_dup()
599 EVP_PKEY_up_ref(pctx->peerkey); in EVP_PKEY_CTX_dup()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_kari.c408 EVP_PKEY_up_ref(recipPubKey); in ossl_cms_RecipientInfo_kari_init()
H A Dcms_smime.c744 EVP_PKEY_up_ref(pk); in CMS_decrypt_set1_pkey_and_peer()
/third_party/openssl/crypto/cms/
H A Dcms_kari.c408 EVP_PKEY_up_ref(recipPubKey); in ossl_cms_RecipientInfo_kari_init()
/third_party/openssl/crypto/evp/
H A Dexchange.c495 EVP_PKEY_up_ref(peer); in EVP_PKEY_derive_set_peer_ex()
H A Dpmeth_lib.c349 EVP_PKEY_up_ref(pkey); in int_ctx_new()
490 EVP_PKEY_up_ref(pctx->pkey); in EVP_PKEY_CTX_dup()
598 EVP_PKEY_up_ref(pctx->peerkey); in EVP_PKEY_CTX_dup()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_lib.c360 EVP_PKEY_up_ref(pkey); in PKCS7_SIGNER_INFO_set()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_lib.c360 EVP_PKEY_up_ref(pkey); in PKCS7_SIGNER_INFO_set()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs454 pub fn EVP_PKEY_up_ref(pkey: *mut EVP_PKEY) -> c_int; in EVP_PKEY_up_ref() functions
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_sign.c176 EVP_PKEY_up_ref(ctx->signer_key); in TS_RESP_CTX_set_signer_key()

Completed in 34 milliseconds

12