/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
H A D | mbedtls_pkcs7.c | 653 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 D | app_verify.c | 1134 ret = GetCertInfo(pkcs7->signedData.signers.certPath.crt, signCert); in VerifyBinSign()
|
/ohos5.0/base/global/i18n/services/src/ |
H A D | hmos_libphonenumber_mount.cpp | 100 std::string certPath = CFG_PATH + CERT_FILE; in CheckFileIntegrity() local 104 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
|
H A D | hmos_timezone_mount.cpp | 190 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 D | cert_manager_updateflag.c | 313 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 D | signature_verifier.h | 33 static bool VerifyCertFile(const std::string& certPath,
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | ffi_structs.h | 53 char* certPath; member
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | signature_verifier.cpp | 87 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 D | mbedtls_pkcs7.h | 102 SignerCertPath certPath; member
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_request_context.cpp | 368 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.ts | 501 certPath: string;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | connect_context.cpp | 197 … 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 D | network_security_config.cpp | 635 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 D | http-request.md | 77 certPath: '/path/to/client.pem', // 默认不使用客户端证书,自API 11开始支持该属性
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-http.md | 48 certPath: '/path/to/client.pem', // 默认不使用客户端证书,自API 11开始支持该属性 1202 | certPath | string | 是 | 证书路径 |
|
H A D | js-apis-webSocket.md | 941 | certPath | string | 是 | 证书路径。 |
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | http-request.md | 77 …certPath: '/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 D | intl_test_extent.cpp | 1493 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 D | js-apis-webSocket.md | 941 | certPath | string | Yes | Path of the certificate file.|
|
H A D | js-apis-http.md | 48 …certPath: '/path/to/client.pem', // The client certificate is not used by default. This field is s… 1202 | certPath | string | Yes| Certificate path.|
|