/third_party/openssl/doc/man3/ |
D | X509_new.pod | 6 X509_free, X509_up_ref, 16 int X509_up_ref(X509 *a); 38 X509_up_ref() increments the reference count of B<a>. 45 The function X509_up_ref() if useful if a certificate structure is being 60 X509_up_ref() returns 1 for success and 0 for failure.
|
D | SSL_get_peer_cert_chain.pod | 43 indefinitely they must increase the reference counts using X509_up_ref() or 65 L<ssl(7)>, L<SSL_get_peer_certificate(3)>, L<X509_up_ref(3)>,
|
D | SSL_SESSION_get0_peer.pod | 18 returned value (unless L<X509_up_ref(3)> has also been called).
|
D | SSL_CTX_dane_enable.pod | 108 L<X509_up_ref(3)> to obtain a long-term reference which must then be freed via 364 L<X509_up_ref(3)>,
|
D | X509_STORE_CTX_get_error.pod | 63 needs to increment its reference count via L<X509_up_ref(3)>. 469 L<X509_up_ref(3)>,
|
/third_party/openssl/crypto/ct/ |
D | ct_policy.c | 72 if (!X509_up_ref(cert)) in CT_POLICY_EVAL_CTX_set1_cert() 80 if (!X509_up_ref(issuer)) in CT_POLICY_EVAL_CTX_set1_issuer()
|
/third_party/openssl/test/helpers/ |
D | cmp_testlib.c | 69 if (!X509_up_ref(cert)) in STACK_OF_X509_push1()
|
/third_party/openssl/crypto/x509/ |
D | x509_cmp.c | 223 (void)X509_up_ref(cert); in X509_add_cert() 575 if (!X509_up_ref(x)) in STACK_OF()
|
D | x509_lu.c | 420 return X509_up_ref(a->data.x509); in X509_OBJECT_up_ref_count() 476 if (a == NULL || !X509_up_ref(obj)) in X509_OBJECT_set1_X509() 792 if (*issuer != NULL && !X509_up_ref(*issuer)) { in X509_STORE_CTX_get1_issuer()
|
D | x509_set.c | 99 int X509_up_ref(X509 *x) in X509_up_ref() function
|
D | pcy_tree.c | 213 X509_up_ref(x); in tree_init()
|
D | x509_vfy.c | 136 if (!X509_up_ref(xtmp)) in lookup_cert_match() 365 return X509_up_ref(*issuer) ? 1 : -1; in get_issuer_sk() 2816 X509_up_ref(cert); in dane_match()
|
/third_party/python/Modules/_ssl/ |
D | cert.c | 30 X509_up_ref(cert); in newCertificate()
|
/third_party/openssl/test/ |
D | crltest.c | 262 X509_up_ref(root); in verify()
|
/third_party/openssl/ssl/ |
D | ssl_rsa.c | 270 X509_up_ref(x); in ssl_set_cert() 1006 X509_up_ref(x509); in ssl_set_cert_and_key()
|
D | ssl_cert.c | 107 X509_up_ref(rpk->x509); in ssl_cert_dup() 309 X509_up_ref(x); in ssl_cert_add1_chain_cert()
|
/third_party/openssl/apps/lib/ |
D | cmp_mock_srv.c | 74 if (cert == NULL || X509_up_ref(cert)) { in ossl_cmp_mock_srv_set1_certOut()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | mod.rs | 606 X509_up_ref(self.as_ptr()); in to_owned() 1873 use ffi::{X509_getm_notAfter, X509_getm_notBefore, X509_up_ref, X509_get0_signature}; 1886 unsafe fn X509_up_ref(x: *mut ffi::X509) {
|
/third_party/openssl/crypto/cms/ |
D | cms_sd.c | 328 X509_up_ref(signer); in CMS_add1_signer() 584 X509_up_ref(signer); in CMS_SignerInfo_set1_signer_cert()
|
D | cms_lib.c | 554 X509_up_ref(cert); in CMS_add1_cert()
|
/third_party/openssl/crypto/ts/ |
D | ts_rsp_verify.c | 154 X509_up_ref(signer); in TS_RESP_verify_signature()
|
D | ts_rsp_sign.c | 168 X509_up_ref(ctx->signer_cert); in TS_RESP_CTX_set_signer_cert()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_vfy.c | 385 if (!X509_up_ref(cert)) in check_msg_with_certs()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_lib.c | 661 X509_up_ref(x509); in PKCS7_RECIP_INFO_set()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | x509.rs | 370 pub fn X509_up_ref(x: *mut X509) -> c_int; in X509_up_ref() function
|