Searched refs:GetFuzzCertName (Results 1 - 2 of 2) sorted by relevance
/base/update/updater/test/fuzztest/package_fuzzer/ |
H A D | package_fuzzer.cpp | 56 ret = VerifyPackage(nullptr, GetFuzzCertName(0).c_str(), nullptr, nullptr, digestLen); in TestInvalidCreatePackage() 139 testPackagePath + "test_package.zip", GetFuzzCertName(type), componentsList); in TestPackageUnpack() 152 GetFuzzCertName(digestMethod), componentsList); in TestZipPkgDecompress() 187 int ret = VerifyPackage(path.c_str(), GetFuzzCertName(0).c_str(), "", digest.data(), digest.capacity()); in TestVerifyUpgradePackage() 195 int ret = VerifyPackageWithCallback(path.c_str(), GetFuzzCertName(0).c_str(), in TestVerifyPackageWithCallback() 203 ret = VerifyPackageWithCallback(path.c_str(), GetFuzzCertName(0).c_str(), cb); in TestVerifyPackageWithCallback() 206 ret = VerifyPackageWithCallback(path.c_str(), GetFuzzCertName(0).c_str(), in TestVerifyPackageWithCallback()
|
H A D | pkg_fuzz_test.h | 58 inline std::string GetFuzzCertName(int type = 0) in GetFuzzCertName() function
|
Completed in 1 milliseconds