Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dsignature_verifier.h34 const std::string& verifyPath, const std::string& pubkeyPath, const std::string& manifestPath);
45 static bool VerifyFileSign(const std::string& pubkeyPath, const std::string& signPath,
/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp88 const std::string& pubkeyPath, const std::string& manifestPath) in VerifyCertFile()
90 if (!VerifyFileSign(pubkeyPath, certPath, verifyPath)) { in VerifyCertFile()
157 bool SignatureVerifier::VerifyFileSign(const std::string& pubkeyPath, const std::string& signPath, in VerifyFileSign() argument
160 if (!FileExist(pubkeyPath.c_str())) { in VerifyFileSign()
176 BIO* bio = BIO_new_file(pubkeyPath.c_str(), "r"); in VerifyFileSign()
87 VerifyCertFile(const std::string& certPath, const std::string& verifyPath, const std::string& pubkeyPath, const std::string& manifestPath) VerifyCertFile() argument
/base/global/i18n/services/src/
H A Dhmos_libphonenumber_mount.cpp102 std::string pubkeyPath = LOCALE_PATH + PUBKEY_NAME; in CheckFileIntegrity() local
104 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
H A Dhmos_timezone_mount.cpp192 std::string pubkeyPath = PUBKEY_PATH + PUBKEY_NAME; in CheckFileIntegrity() local
194 if (!SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath)) { in CheckFileIntegrity()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1496 std::string pubkeyPath = icsFileWriter.WriteBinaryFile(publicName); in HWTEST_F() local
1497 bool verifyFlag = SignatureVerifier::VerifyCertFile(certPath, verifyPath, pubkeyPath, manifestPath); in HWTEST_F()

Completed in 6 milliseconds