/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/ |
H A D | cert_mgr_adapter_impl.cpp | 435 const std::string& hostname, std::vector<std::string>& certs) in GetTrustAnchorsForHostName()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | adapter.rs | 797 let certs = match certificate.inner { in ut_add_root_certificates() localVariable 977 let certs = Certificate::from_pem(v); in ut_certificate_from_pem() localVariable
|
H A D | x509.rs | 88 let mut certs = vec![]; in stack_from_pem() localVariable
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_cert_crl_collection_test.cpp | 101 static void FreeCertArrayData(HcfX509CertificateArray *certs) in FreeCertArrayData()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
H A D | mbedtls_pkcs7.h | 129 mbedtls_x509_crt *certs; member
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | certificate_openssl_common.c | 460 X509 *FindCertificateBySubject(STACK_OF(X509) *certs, X509_NAME *subjectName) in FindCertificateBySubject()
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_cert_chain.cpp | 417 HcfX509CertificateArray certs = { nullptr, 0 }; in CreateX509CertChainByArray() local 848 HcfX509CertificateArray certs = { nullptr, 0 }; in NapiGetCertList() local
|
H A D | napi_cert_crl_collection.cpp | 457 HcfX509CertificateArray certs = { nullptr, 0 }; in ParseCreateCertCRLColJSParams() local
|
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 170 std::vector<std::string> certs; in SslCtxFunction() local
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/ |
H A D | hap_cert_verify_openssl_utils.cpp | 278 void HapCertVerifyOpensslUtils::GenerateCertSignFromCertStack(STACK_OF(X509)* certs, CertSign& cert… in GenerateCertSignFromCertStack()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | mbedtls_pkcs7.c | 525 …int32_t ParseSignedDataCerts(unsigned char **p, const unsigned char *end, mbedtls_x509_crt **certs) in ParseSignedDataCerts() 775 mbedtls_x509_crt *certs = signeData->certs; in BuildSignerCertPath() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | network_security_config.cpp | 608 …ityConfig::GetTrustAnchorsForHostName(const std::string &hostname, std::vector<std::string> &certs) in GetTrustAnchorsForHostName()
|
H A D | net_conn_client.cpp | 820 …onnClient::GetTrustAnchorsForHostName(const std::string &hostname, std::vector<std::string> &certs) in GetTrustAnchorsForHostName()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 579 std::vector<std::string> certs; in SetServerSSLCertOption() local
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type.h | 126 struct HksBlob *certs; member
|
/ohos5.0/base/security/huks/interfaces/kits/c/include/ |
H A D | native_huks_type.h | 799 struct OH_Huks_Blob *certs; member
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_conn_client_test.cpp | 1276 std::vector<std::string> certs; variable
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 895 std::vector<std::string> certs; in AddCurlHandle() local
|