/third_party/openssl/doc/man3/ |
D | EVP_PKEY_new.pod | 7 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.
|
D | SSL_CTX_dane_enable.pod | 118 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/node/deps/openssl/openssl/crypto/store/ |
D | store_lib.c | 691 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/ |
D | store_lib.c | 691 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/ |
D | cmp_protect_test.c | 262 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()
|
D | cmp_client_test.c | 268 EVP_PKEY_up_ref(key); in test_exec_KUR_ses()
|
D | cmp_msg_test.c | 132 if (!EVP_PKEY_up_ref(pkey)) in set1_newPkey()
|
/third_party/openssl/util/ |
D | check-format-test-negatives.c | 321 #define EVP_PKEY_up_ref(x) ((x)->references++) macro
|
/third_party/node/deps/openssl/openssl/util/ |
D | check-format-test-negatives.c | 321 #define EVP_PKEY_up_ref(x) ((x)->references++) macro
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | pkey.rs | 151 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/openssl/ssl/ |
D | ssl_rsa.c | 132 EVP_PKEY_up_ref(pkey); in ssl_set_pkey() 1010 EVP_PKEY_up_ref(privatekey); in ssl_set_cert_and_key()
|
D | ssl_cert.c | 106 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/ssl/ |
D | ssl_rsa.c | 132 EVP_PKEY_up_ref(pkey); in ssl_set_pkey() 1010 EVP_PKEY_up_ref(privatekey); in ssl_set_cert_and_key()
|
D | ssl_cert.c | 106 EVP_PKEY_up_ref(ret->dh_tmp); in ssl_cert_dup() 122 EVP_PKEY_up_ref(cpk->privatekey); in ssl_cert_dup()
|
/third_party/openssl/crypto/x509/ |
D | x_pubkey.c | 364 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/node/deps/openssl/openssl/crypto/x509/ |
D | x_pubkey.c | 364 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/node/deps/openssl/openssl/crypto/evp/ |
D | exchange.c | 495 EVP_PKEY_up_ref(peer); in EVP_PKEY_derive_set_peer_ex()
|
D | pmeth_lib.c | 349 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/openssl/crypto/evp/ |
D | exchange.c | 495 EVP_PKEY_up_ref(peer); in EVP_PKEY_derive_set_peer_ex()
|
D | pmeth_lib.c | 349 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/openssl/crypto/cms/ |
D | cms_kari.c | 408 EVP_PKEY_up_ref(recipPubKey); in ossl_cms_RecipientInfo_kari_init()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
D | cms_kari.c | 408 EVP_PKEY_up_ref(recipPubKey); in ossl_cms_RecipientInfo_kari_init()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
D | pk7_lib.c | 360 EVP_PKEY_up_ref(pkey); in PKCS7_SIGNER_INFO_set()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | evp.rs | 454 pub fn EVP_PKEY_up_ref(pkey: *mut EVP_PKEY) -> c_int; in EVP_PKEY_up_ref() function
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_lib.c | 360 EVP_PKEY_up_ref(pkey); in PKCS7_SIGNER_INFO_set()
|