Home
last modified time | relevance | path

Searched refs:X509_up_ref (Results 1 – 25 of 37) sorted by relevance

12

/third_party/openssl/doc/man3/
DX509_new.pod6 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.
DSSL_get_peer_cert_chain.pod43 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)>,
DSSL_SESSION_get0_peer.pod18 returned value (unless L<X509_up_ref(3)> has also been called).
DSSL_CTX_dane_enable.pod108 L<X509_up_ref(3)> to obtain a long-term reference which must then be freed via
364 L<X509_up_ref(3)>,
DX509_STORE_CTX_get_error.pod63 needs to increment its reference count via L<X509_up_ref(3)>.
469 L<X509_up_ref(3)>,
/third_party/openssl/crypto/ct/
Dct_policy.c72 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/
Dcmp_testlib.c69 if (!X509_up_ref(cert)) in STACK_OF_X509_push1()
/third_party/openssl/crypto/x509/
Dx509_cmp.c223 (void)X509_up_ref(cert); in X509_add_cert()
575 if (!X509_up_ref(x)) in STACK_OF()
Dx509_lu.c420 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()
Dx509_set.c99 int X509_up_ref(X509 *x) in X509_up_ref() function
Dpcy_tree.c213 X509_up_ref(x); in tree_init()
Dx509_vfy.c136 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/
Dcert.c30 X509_up_ref(cert); in newCertificate()
/third_party/openssl/test/
Dcrltest.c262 X509_up_ref(root); in verify()
/third_party/openssl/ssl/
Dssl_rsa.c270 X509_up_ref(x); in ssl_set_cert()
1006 X509_up_ref(x509); in ssl_set_cert_and_key()
Dssl_cert.c107 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/
Dcmp_mock_srv.c74 if (cert == NULL || X509_up_ref(cert)) { in ossl_cmp_mock_srv_set1_certOut()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs606 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/
Dcms_sd.c328 X509_up_ref(signer); in CMS_add1_signer()
584 X509_up_ref(signer); in CMS_SignerInfo_set1_signer_cert()
Dcms_lib.c554 X509_up_ref(cert); in CMS_add1_cert()
/third_party/openssl/crypto/ts/
Dts_rsp_verify.c154 X509_up_ref(signer); in TS_RESP_verify_signature()
Dts_rsp_sign.c168 X509_up_ref(ctx->signer_cert); in TS_RESP_CTX_set_signer_cert()
/third_party/openssl/crypto/cmp/
Dcmp_vfy.c385 if (!X509_up_ref(cert)) in check_msg_with_certs()
/third_party/openssl/crypto/pkcs7/
Dpk7_lib.c661 X509_up_ref(x509); in PKCS7_RECIP_INFO_set()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dx509.rs370 pub fn X509_up_ref(x: *mut X509) -> c_int; in X509_up_ref() function

12