Lines Matching refs:digest
104 ret = BuildFileDigest(*comp[n].digest, sizeof(comp[n].digest), filePath);
184 std::vector<uint8_t> digest(digestSize);
186 BuildFileDigest(*digest.data(), digest.capacity(), path.c_str());
187 int ret = VerifyPackage(path.c_str(), GetFuzzCertName(0).c_str(), "", digest.data(), digest.capacity());
188 ret = VerifyPackage(nullptr, nullptr, nullptr, nullptr, digest.capacity());
254 std::vector<uint8_t> digest(digestSize);
259 VerifyPackage(dataInfo.c_str(), keyPath.c_str(), "", digest.data(), digest.capacity());
260 VerifyPackage(pkgPath.c_str(), dataInfo.c_str(), "", digest.data(), digest.capacity());
261 VerifyPackage(pkgPath.c_str(), keyPath.c_str(), dataInfo.c_str(), digest.data(), digest.capacity());