Home
last modified time | relevance | path

Searched refs:X509_up_ref (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/ct/
H A 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/crypto/ct/
H A 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/
H A Dcmp_testlib.c69 if (!X509_up_ref(cert)) in STACK_OF()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_cmp.c223 (void)X509_up_ref(cert); in STACK_OF()
578 if (!X509_up_ref(x)) in STACK_OF()
H A 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()
H A Dx509_set.c99 int X509_up_ref(X509 *x) in X509_up_ref() function
H A Dpcy_tree.c215 X509_up_ref(x); in tree_init()
/third_party/openssl/crypto/x509/
H A Dx509_cmp.c223 (void)X509_up_ref(cert); in STACK_OF()
575 if (!X509_up_ref(x)) in STACK_OF()
H A 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()
H A Dx509_set.c99 int X509_up_ref(X509 *x) in X509_up_ref() function
/third_party/openssl/test/
H A Dcrltest.c262 X509_up_ref(root); in verify()
/third_party/python/Modules/_ssl/
H A Dcert.c30 X509_up_ref(cert); in newCertificate()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa.c270 X509_up_ref(x); in ssl_set_cert()
1006 X509_up_ref(x509); in ssl_set_cert_and_key()
H A Dssl_cert.c117 X509_up_ref(rpk->x509); in ssl_cert_dup()
319 X509_up_ref(x); in ssl_cert_add1_chain_cert()
/third_party/openssl/ssl/
H A Dssl_rsa.c270 X509_up_ref(x); in ssl_set_cert()
1006 X509_up_ref(x509); in ssl_set_cert_and_key()
H A Dssl_cert.c117 X509_up_ref(rpk->x509); in ssl_cert_dup()
319 X509_up_ref(x); in ssl_cert_add1_chain_cert()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c73 if (cert == NULL || X509_up_ref(cert)) { in ossl_cmp_mock_srv_set1_certOut()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c154 X509_up_ref(signer); in TS_RESP_verify_signature()
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c73 if (cert == NULL || X509_up_ref(cert)) { in ossl_cmp_mock_srv_set1_certOut()
/third_party/openssl/crypto/ts/
H A Dts_rsp_verify.c154 X509_up_ref(signer); in TS_RESP_verify_signature()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_sd.c328 X509_up_ref(signer); in CMS_add1_signer()
592 X509_up_ref(signer); in CMS_SignerInfo_set1_signer_cert()
H A Dcms_lib.c555 X509_up_ref(cert); in CMS_add1_cert()
/third_party/openssl/crypto/cms/
H A Dcms_sd.c328 X509_up_ref(signer); in CMS_add1_signer()
588 X509_up_ref(signer); in CMS_SignerInfo_set1_signer_cert()
/third_party/node/src/crypto/
H A Dcrypto_x509.cc43 X509_up_ref(cert_.get()); in operator =()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_lib.c661 X509_up_ref(x509); in PKCS7_RECIP_INFO_set()

Completed in 22 milliseconds

12345