Home
last modified time | relevance | path

Searched refs:X509_free (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_cert_verify_openssl_utils_test.cpp112 X509_free(certX509);
113 X509_free(issuerCert);
136 X509_free(certX509);
154 X509_free(certX509);
220 X509_free(certX509);
264 X509_free(certX509);
310 X509_free(certX509);
370 X509_free(certX509);
371 X509_free(root);
399 X509_free(certX509);
H A Dtrusted_root_ca_test.cpp99 X509_free(cert);
108 X509_free(cert);
109 X509_free(matchCert);
H A Dhap_verify_v2_test.cpp222 X509_free(certX509);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dtrusted_root_ca.cpp42 X509_free(rootCert.second); in ~TrustedRootCa()
45 X509_free(rootCert.second); in ~TrustedRootCa()
66 X509_free(rootCert.second); in DisableDebug()
92 X509_free(rootCert.second); in Recovery()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp119 X509_free(x509); in CertificateFromData()
122 X509_free(x509); in CertificateFromData()
144 X509_free(x509); in CertificateFromPem()
147 X509_free(x509); in CertificateFromPem()
184 X509_free(x509); in CertificateFromDer()
187 X509_free(x509); in CertificateFromDer()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_cert_verify_openssl_utils.cpp88 X509_free(cert); in GetPublickeyBase64FromPemCert()
91 X509_free(cert); in GetPublickeyBase64FromPemCert()
107 X509_free(cert); in GetFingerprintBase64FromPemCert()
117 X509_free(cert); in GetFingerprintBase64FromPemCert()
130 X509_free(cert); in GetFingerprintBase64FromPemCert()
135 X509_free(cert); in GetFingerprintBase64FromPemCert()
180 X509_free(cert); in GetOrganizationFromPemCert()
207 X509_free(certB); in CompareX509Cert()
326 X509_free(issuerCert); in GetCertsChain()
/ohos5.0/base/security/code_signature/utils/src/
H A Dopenssl_utils.cpp59 X509_free(cert); in ConvertCertToPEMString()
77 X509_free(cert); in ConvertCertToPEMString()
93 sk_X509_pop_free(certs, X509_free); in STACK_OF()
H A Dhuks_attest_verifier.cpp329 X509_free(cert); in VerifyIntermediateCASubject()
374 X509_free(signCert); in GetVerifiedCert()
375 X509_free(issuerCert); in GetVerifiedCert()
376 sk_X509_pop_free(certChain, X509_free); in GetVerifiedCert()
H A Dpkcs7_data.cpp56 sk_X509_pop_free(certs, X509_free); in InitPKCS7Data()
H A Dpkcs7_generator.cpp69 X509_free(cert); in GenerateSignature()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c1275 X509_free(issuerCert); in GetCertIdInfo()
1348 X509_free(certIdInfo->issuerCert); in FreeCertIdInfo()
1619 X509_free(cert); in CreateX509CertChainPEM()
1669 X509_free(cert); in CreateX509CertChainDER()
1829 X509_free(certDup); in GetCertsStack()
1911 sk_X509_pop_free(allCerts, X509_free); in PopFreeCerts()
1961 X509_free(sk_X509_pop(out)); in PackCertChain()
2095 X509_free(cert); in STACK_OF()
2147 sk_X509_pop_free(ca, X509_free); in HcfX509CreateTrustAnchorWithKeyStoreFunc()
2153 sk_X509_pop_free(ca, X509_free); in HcfX509CreateTrustAnchorWithKeyStoreFunc()
[all …]
H A Dx509_cert_chain_openssl_ex.c183 X509_free(certDup); in GetCertChainFromCollection()
219 X509_free(x); in GetLeafCertsFromCertStack()
H A Dx509_cert_chain_validator_openssl.c112 X509_free((*certs)[i].x509); in FreeX509Certs()
/ohos5.0/base/security/code_signature/test/unittest/mock/src/
H A Dhks_api_mock_helper.cpp78 X509_free(x509); in PemToDer()
88 X509_free(x509); in PemToDer()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs33 use crate::util::c_openssl::ffi::x509::{i2d_X509_PUBKEY, X509_free, X509_get_X509_PUBKEY, C_X509};
281 unsafe { X509_free(certificate) }; in verify_server_cert()
291 unsafe { X509_free(certificate) }; in verify_server_cert()
337 unsafe { X509_free(certificate) }; in compare_pinned_digest()
348 unsafe { X509_free(certificate) }; in compare_pinned_digest()
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.cpp137 X509_free(rcert); in VerifyDigest()
145 X509_free(rcert); in VerifyDigest()
150 X509_free(rcert); in VerifyDigest()
/ohos5.0/base/security/code_signature/test/unittest/
H A Dcert_chain_verifier_test.cpp146 X509_free(x509); in LoadDerFormPemString()
152 X509_free(x509); in LoadDerFormPemString()
341 X509_free(signingCert);
342 X509_free(issuerCert);
/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dcert_verify.cpp64 X509_free(rootInfo_.rootCert); in ~SingleCertHelper()
98 X509_free(rootInfo_.rootCert); in InitRootCert()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_cert_openssl.c121 X509_free(certObj->x509Cert); in CfOpensslDestoryCert()
148 X509_free(tmp); in GetCertTbs()
153 X509_free(tmp); in GetCertTbs()
/ohos5.0/foundation/communication/netstack/frameworks/native/net_ssl/
H A Dnet_ssl_verify_cert.cpp201 X509_free(*certX509); in FreeResources()
207 X509_free(*caX509); in FreeResources()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/util/
H A Dpkcs7_context.h57 X509_free(cert); in ~Pkcs7Context()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_branch_test.cpp329 X509_free(x509Certificates);
346 X509_free(x509Certificates);
362 X509_free(x509Certificates);
635 X509_free(x509Certificates);
648 X509_free(x509Certificates);
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs38 use crate::util::c_openssl::ffi::x509::{X509_free, C_X509};
42 fn drop = X509_free;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs48 pub(crate) fn X509_free(a: *mut C_X509); in X509_free() function
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/src/
H A Dcm_pfx.c133 sk_X509_pop_free(caCert, X509_free); in CmParsePkcs12Cert()

12