Home
last modified time | relevance | path

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

12

/openssl/doc/man3/
H A DX509_new.pod6 X509_free, X509_up_ref,
18 int X509_up_ref(X509 *a);
42 X509_up_ref() increments the reference count of B<a>.
53 The function X509_up_ref() if useful if a certificate structure is being
68 X509_up_ref() returns 1 for success and 0 for failure.
H A 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)>,
H A DSSL_SESSION_get0_peer.pod18 returned value (unless L<X509_up_ref(3)> has also been called).
H A DX509_dup.pod427 For the case of B<X509> objects, an alternative to using L<X509_up_ref(3)>
450 L<X509_up_ref(3)>
H A DSSL_CTX_dane_enable.pod108 L<X509_up_ref(3)> to obtain a long-term reference which must then be freed via
367 L<X509_up_ref(3)>,
H A DX509_STORE_CTX_get_error.pod66 needs to increment its reference count via L<X509_up_ref(3)>.
495 L<X509_up_ref(3)>,
/openssl/crypto/ct/
H A Dct_policy.c70 if (!X509_up_ref(cert)) in CT_POLICY_EVAL_CTX_set1_cert()
78 if (!X509_up_ref(issuer)) in CT_POLICY_EVAL_CTX_set1_issuer()
/openssl/test/helpers/
H A Dcmp_testlib.c69 if (!X509_up_ref(cert)) in STACK_OF_X509_push1()
/openssl/crypto/cmp/
H A Dcmp_genm.c329 if (!X509_up_ref(*newWithNew)) in OSSL_CMP_get1_rootCaKeyUpdate()
332 (*newWithOld = my_newWithOld) != NULL && !X509_up_ref(*newWithOld)) in OSSL_CMP_get1_rootCaKeyUpdate()
335 (*oldWithNew = my_oldWithNew) == NULL || X509_up_ref(*oldWithNew)) { in OSSL_CMP_get1_rootCaKeyUpdate()
H A Dcmp_msg.c487 if (!X509_up_ref(cert)) in ossl_cmp_certrep_new()
/openssl/crypto/x509/
H A Dx509_cmp.c223 (void)X509_up_ref(cert); in X509_add_cert()
586 if (!X509_up_ref(x)) in STACK_OF()
H A Dx509_lu.c454 return X509_up_ref(a->data.x509); in X509_OBJECT_up_ref_count()
508 if (a == NULL || !X509_up_ref(obj)) in X509_OBJECT_set1_X509()
869 if (*issuer != NULL && !X509_up_ref(*issuer)) { in X509_STORE_CTX_get1_issuer()
H A Dx509_set.c115 int X509_up_ref(X509 *x) in X509_up_ref() function
H A Dpcy_tree.c214 X509_up_ref(x); in tree_init()
H A Dx509_vfy.c142 if (!X509_up_ref(xtmp)) in lookup_cert_match()
429 return X509_up_ref(*issuer) ? 1 : -1; in get_issuer_sk()
2942 X509_up_ref(cert); in dane_match_cert()
/openssl/test/
H A Dcrltest.c269 X509_up_ref(root); in verify()
/openssl/ssl/
H A Dssl_rsa.c289 X509_up_ref(x); in ssl_set_cert()
1034 X509_up_ref(x509); in ssl_set_cert_and_key()
H A Dssl_cert.c134 X509_up_ref(rpk->x509); in ssl_cert_dup()
354 X509_up_ref(x); in ssl_cert_add1_chain_cert()
/openssl/crypto/ts/
H A Dts_rsp_verify.c154 X509_up_ref(signer); in TS_RESP_verify_signature()
H A Dts_rsp_sign.c147 X509_up_ref(ctx->signer_cert); in TS_RESP_CTX_set_signer_cert()
/openssl/crypto/cms/
H A Dcms_sd.c359 X509_up_ref(signer); in CMS_add1_signer()
627 X509_up_ref(signer); in CMS_SignerInfo_set1_signer_cert()
H A Dcms_lib.c544 if (!X509_up_ref(cert)) in CMS_add1_cert()
/openssl/apps/lib/
H A Dcmp_mock_srv.c79 if (cert == NULL || X509_up_ref(cert)) { \
/openssl/crypto/pkcs7/
H A Dpk7_lib.c661 X509_up_ref(x509); in PKCS7_RECIP_INFO_set()
/openssl/crypto/store/
H A Dstore_lib.c796 X509_up_ref(info->_.x509); in OSSL_STORE_INFO_get1_CERT()

Completed in 90 milliseconds

12