Home
last modified time | relevance | path

Searched refs:VerifyPackage (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/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.capaci… 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()
261VerifyPackage(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()
/ohos5.0/base/update/updater/interfaces/kits/packages/
H A Dpackage.cpp175 int32_t VerifyPackage(const char *packagePath, in VerifyPackage() function
192 int32_t ret = manager->VerifyPackage(packagePath, keyPath, version, digestBuffer, in VerifyPackage()
212 int32_t ret = manager->VerifyPackage(packagePath, keyPath, version, digestBuffer, cb); in VerifyPackageWithCallback()
/ohos5.0/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.capaci… in TestVerifyUpgradePackage()
200 ret = VerifyPackage(nullptr, nullptr, nullptr, nullptr, digest.capacity()); in TestVerifyUpgradePackage()
/ohos5.0/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()
/ohos5.0/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h123 int32_t VerifyPackage(const char *packagePath, const char *keyPath,
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_unittest.h40 int32_t VerifyPackage(const std::string &packagePath, const std::string &keyPath, in VerifyPackage() function
/ohos5.0/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::strin…
H A Dpkg_managerImpl.cpp685 int32_t PkgManagerImpl::VerifyPackage(const std::string &packagePath, const std::string &keyPath, in DoCreatePkgStream() function in Hpackage::PkgManagerImpl
/ohos5.0/base/update/updater/services/include/package/
H A Dpkg_manager.h247 virtual int32_t VerifyPackage(const std::string &packagePath, const std::string &keyPath,
/ohos5.0/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()
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/
H A DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/
H A DTestDecompressGzip.new.gz1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * ...