Home
last modified time | relevance | path

Searched refs:verifyPath (Results 1 - 5 of 5) sorted by relevance

/base/global/i18n/services/src/
H A Dhmos_libphonenumber_mount.cpp101 std::string verifyPath = CFG_PATH + VERIFY_FILE; in CheckFileIntegrity() local
104 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
H A Dhmos_timezone_mount.cpp191 std::string verifyPath = CFG_PATH + VERIFY_FILE; in CheckFileIntegrity() local
194 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
/base/global/i18n/frameworks/intl/include/
H A Dsignature_verifier.h34 const std::string& verifyPath, const std::string& pubkeyPath, const std::string& manifestPath);
/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()
93 std::ifstream file(verifyPath); in VerifyCertFile()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1492 std::string verifyPath = icsFileWriter.WriteManifest(verifyList, verifyName); in HWTEST_F() local
1497 bool verifyFlag = SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath); in HWTEST_F()

Completed in 6 milliseconds