Home
last modified time | relevance | path

Searched refs:VerifyPackage (Results 1 - 10 of 10) sorted by relevance

/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpackage_fuzzer.cpp56 ret = VerifyPackage(nullptr, GetFuzzCertName(0).c_str(), nullptr, nullptr, digestLen); in TestInvalidCreatePackage()
187 int ret = VerifyPackage(path.c_str(), GetFuzzCertName(0).c_str(), "", digest.data(), digest.capacity()); in TestVerifyUpgradePackage()
188 ret = VerifyPackage(nullptr, nullptr, nullptr, nullptr, digest.capacity()); in TestVerifyUpgradePackage()
259 VerifyPackage(dataInfo.c_str(), keyPath.c_str(), "", digest.data(), digest.capacity()); in FuzzVerifyPackage()
260 VerifyPackage(pkgPath.c_str(), dataInfo.c_str(), "", digest.data(), digest.capacity()); in FuzzVerifyPackage()
261 VerifyPackage(pkgPath.c_str(), keyPath.c_str(), dataInfo.c_str(), digest.data(), digest.capacity()); in FuzzVerifyPackage()
262 VerifyPackage(pkgPath.c_str(), keyPath.c_str(), "", data, size); in FuzzVerifyPackage()
/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp53 int ret = VerifyPackage(realPath.c_str(), Utils::GetCertName().c_str(), "", nullptr, 0); in Verify()
55 LOG(ERROR) << "VerifyPackage failed:" << ret; in Verify()
/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h123 int32_t VerifyPackage(const char *packagePath, const char *keyPath,
/base/update/updater/interfaces/kits/packages/
H A Dpackage.cpp191 int32_t VerifyPackage(const char *packagePath, in VerifyPackage() function
208 int32_t ret = manager->VerifyPackage(packagePath, keyPath, version, digestBuffer, in VerifyPackage()
228 int32_t ret = manager->VerifyPackage(packagePath, keyPath, version, digestBuffer, cb); in VerifyPackageWithCallback()
/base/update/updater/test/unittest/package/
H A Dpackage_unittest.cpp54 ret = VerifyPackage(nullptr, GetTestCertName(0).c_str(), nullptr, nullptr, digestLen); in TestInvalidCreatePackage()
198 int ret = VerifyPackage(path.c_str(), GetTestCertName(0).c_str(), "", digest.data(), digest.capacity()); in TestVerifyUpgradePackage()
200 ret = VerifyPackage(nullptr, nullptr, nullptr, nullptr, digest.capacity()); in TestVerifyUpgradePackage()
/base/update/updater/test/unittest/script/
H A Dscript_unittest.h40 int32_t VerifyPackage(const std::string &packagePath, const std::string &keyPath,
/base/update/updater/services/package/pkg_manager/
H A Dpkg_manager_impl.h46 int32_t VerifyPackage(const std::string &packagePath, const std::string &keyPath, const std::string &version,
H A Dpkg_managerImpl.cpp685 int32_t PkgManagerImpl::VerifyPackage(const std::string &packagePath, const std::string &keyPath, in DoCreatePkgStream() function in Hpackage::PkgManagerImpl
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp381 return VerifyPackage(path.c_str(), Utils::GetCertName().c_str(), "", nullptr, 0); in VerifyModulePackageSign()
/base/update/updater/services/include/package/
H A Dpkg_manager.h247 virtual int32_t VerifyPackage(const std::string &packagePath, const std::string &keyPath,

Completed in 7 milliseconds