Lines Matching refs:digestMethod
94 pkgInfo.digestMethod = type; in TestPackagePack()
121 GetTestPrivateKeyName(pkgInfo.digestMethod).c_str()); in TestPackagePack()
151 int TestZipPkgCompress(int digestMethod) in TestZipPkgCompress() argument
153 … CreateZipPackage(testFileNames_, TEST_PATH_TO + testZipPackageName, TEST_PATH_FROM, digestMethod); in TestZipPkgCompress()
156 int TestZipPkgDecompress(int digestMethod) in TestZipPkgDecompress() argument
161 GetTestCertName(digestMethod), components); in TestZipPkgDecompress()
180 file.fileInfo.digestMethod = PKG_DIGEST_TYPE_CRC; in TestGZipPkgCompress()
186 pkgInfo.digestMethod = PKG_DIGEST_TYPE_SHA256; in TestGZipPkgCompress()
189 GetTestPrivateKeyName(pkgInfo.digestMethod), &pkgInfo, files); in TestGZipPkgCompress()
238 file.fileInfo.digestMethod = PKG_DIGEST_TYPE_CRC; in TestLz4PkgCompress()
249 pkgInfo.digestMethod = PKG_DIGEST_TYPE_SHA256; in TestLz4PkgCompress()
251 GetTestPrivateKeyName(pkgInfo.digestMethod), &pkgInfo, files); in TestLz4PkgCompress()