Home
last modified time | relevance | path

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

12

/freebsd-12-stable/crypto/openssl/doc/man3/
DX509_new.pod6 X509_new, X509_free, X509_up_ref - X509 certificate ASN1 allocation functions
14 int X509_up_ref(X509 *a);
28 X509_up_ref() increments the reference count of B<a>.
35 The function X509_up_ref() if useful if a certificate structure is being
50 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).
DX509_STORE_CTX_get_error.pod60 needs to increment its reference count via L<X509_up_ref(3)>.
326 L<X509_up_ref(3)>,
DSSL_CTX_dane_enable.pod108 L<X509_up_ref(3)> to obtain a long-term reference which must then be freed via
363 L<X509_up_ref(3)>,
/freebsd-12-stable/crypto/openssl/crypto/ct/
Dct_policy.c55 if (!X509_up_ref(cert)) in CT_POLICY_EVAL_CTX_set1_cert()
63 if (!X509_up_ref(issuer)) in CT_POLICY_EVAL_CTX_set1_issuer()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_lu.c392 return X509_up_ref(a->data.x509); in X509_OBJECT_up_ref_count()
448 if (a == NULL || !X509_up_ref(obj)) in X509_OBJECT_set1_X509()
576 if (!X509_up_ref(x)) { in STACK_OF()
697 if (!X509_up_ref(*issuer)) { in X509_STORE_CTX_get1_issuer()
739 if (*issuer && !X509_up_ref(*issuer)) { in X509_STORE_CTX_get1_issuer()
Dx509_set.c99 int X509_up_ref(X509 *x) in X509_up_ref() function
Dx509_vfy.c142 if (xtmp != NULL && !X509_up_ref(xtmp)) in lookup_cert_match()
275 if (!X509_up_ref(ctx->cert)) { in X509_verify_cert()
360 if (*issuer == NULL || !X509_up_ref(*issuer)) in get_issuer_sk()
379 if (!X509_up_ref(x)) { in STACK_OF()
2766 X509_up_ref(cert); in dane_match()
3242 if (!X509_up_ref(xtmp)) { in build_chain()
Dx509_cmp.c466 if (!X509_up_ref(x)) in STACK_OF()
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_lib.c413 X509_up_ref(cert); in CMS_add1_cert()
500 X509_up_ref(cch->d.certificate); in STACK_OF()
Dcms_sd.c263 X509_up_ref(signer); in CMS_add1_signer()
473 X509_up_ref(signer); in CMS_SignerInfo_set1_signer_cert()
Dcms_env.c157 X509_up_ref(recip); in cms_RecipientInfo_ktri_init()
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
Dpk7_lib.c262 X509_up_ref(x509); in PKCS7_add_certificate()
497 X509_up_ref(x509); in PKCS7_RECIP_INFO_set()
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_srv.c167 X509_up_ref(cert); in OCSP_basic_add1_cert()
Docsp_cl.c86 X509_up_ref(cert); in OCSP_request_add1_cert()
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_rsa.c350 X509_up_ref(x); in ssl_set_cert()
1136 X509_up_ref(x509); in ssl_set_cert_and_key()
Dssl_cert.c106 X509_up_ref(rpk->x509); in ssl_cert_dup()
307 X509_up_ref(x); in ssl_cert_add1_chain_cert()
Dssl_sess.c152 if (!X509_up_ref(src->peer)) in ssl_session_dup()
/freebsd-12-stable/crypto/openssl/crypto/store/
Dstore_lib.c417 X509_up_ref(info->_.x509); in OSSL_STORE_INFO_get1_CERT()
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dpcy_tree.c220 X509_up_ref(x); in tree_init()
/freebsd-12-stable/crypto/openssl/crypto/ts/
Dts_rsp_verify.c149 X509_up_ref(signer); in TS_RESP_verify_signature()
Dts_rsp_sign.c166 X509_up_ref(ctx->signer_cert); in TS_RESP_CTX_set_signer_cert()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509.h651 int X509_up_ref(X509 *x);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map3442 X509_up_ref;

12