Home
last modified time | relevance | path

Searched refs:certPath (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c653 if (signer->certPath.crt != NULL) { in FreeSignerCerts()
655 mbedtls_free(signer->certPath.crt); in FreeSignerCerts()
656 signer->certPath.crt = NULL; in FreeSignerCerts()
749 mbedtls_x509_crt *prev = signer->certPath.crt; in AddCertToSignerCertPath()
752 signer->certPath.crt = crt; in AddCertToSignerCertPath()
763 signer->certPath.depth++; in AddCertToSignerCertPath()
857 if (signer->certPath.crt != NULL) { in GetSignerPubKeyOfSignature()
858 *pk = &signer->certPath.crt->pk; in GetSignerPubKeyOfSignature()
1128 mbedtls_x509_crt *pre = signer->certPath.crt; in IsIncludeRoot()
1153 return signer->certPath.depth; in GetSignerSignningCertDepth()
[all …]
H A Dapp_verify.c1134 ret = GetCertInfo(pkcs7->signedData.signers.certPath.crt, signCert); in VerifyBinSign()
/ohos5.0/base/global/i18n/services/src/
H A Dhmos_libphonenumber_mount.cpp100 std::string certPath = CFG_PATH + CERT_FILE; in CheckFileIntegrity() local
104 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
H A Dhmos_timezone_mount.cpp190 std::string certPath = CFG_PATH + CERT_FILE; in CheckFileIntegrity() local
194 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_updateflag.c313 static int32_t UpdateUserCert(uint32_t userId, uint32_t uid, const char *certPath) in UpdateUserCert() argument
319 if (certPath == NULL) { in UpdateUserCert()
323 uriStr = basename((char *)certPath); in UpdateUserCert()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dsignature_verifier.h33 static bool VerifyCertFile(const std::string& certPath,
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h53 char* certPath; member
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp87 bool SignatureVerifier::VerifyCertFile(const std::string& certPath, const std::string& verifyPath, in VerifyCertFile() argument
90 if (!VerifyFileSign(pubkeyPath, certPath, verifyPath)) { in VerifyCertFile()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dmbedtls_pkcs7.h102 SignerCertPath certPath; member
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp368 std::string certPath{ops->clientCert->certPath}; in ParseParams() local
377 options.SetClientCert(certPath, certType, keyPath, keyPasswd); in ParseParams()
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/
H A D@ohos.net.http.d.ts501 certPath: string;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp197 … std::string certPath = NapiUtils::GetStringPropertyUtf8(GetEnv(), jsCert, ContextKey::CERT_PATH); in ParseClientCert() local
202 SetClientCert(certPath, keyPath, keyPassword); in ParseClientCert()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp635 for (auto &certPath : pTrustAnchors->certs_) { in GetTrustAnchorsForHostName() local
636 auto rehashedCertpath = GetRehasedCAPath(certPath); in GetTrustAnchorsForHostName()
/ohos5.0/docs/zh-cn/application-dev/network/
H A Dhttp-request.md77 certPath: '/path/to/client.pem', // 默认不使用客户端证书,自API 11开始支持该属性
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-http.md48 certPath: '/path/to/client.pem', // 默认不使用客户端证书,自API 11开始支持该属性
1202 | certPath | string | 是 | 证书路径 |
H A Djs-apis-webSocket.md941 | certPath | string | 是 | 证书路径。 |
/ohos5.0/docs/en/application-dev/network/
H A Dhttp-request.md77certPath: '/path/to/client.pem', // The client certificate is not used by default. This field is s…
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1493 std::string certPath = icsFileWriter.WriteBinaryFile(certName); variable
1496 …bool verifyFlag = SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath…
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-webSocket.md941 | certPath | string | Yes | Path of the certificate file.|
H A Djs-apis-http.md48certPath: '/path/to/client.pem', // The client certificate is not used by default. This field is s…
1202 | certPath | string | Yes| Certificate path.|