Lines Matching refs:digestMethod
88 return DigestAlgorithm::GetDigestLen(pkgInfo_.pkgInfo.digestMethod);
403 if (pkgInfo_.pkgInfo.digestMethod == PKG_DIGEST_TYPE_SHA384) {
682 pkgInfo_.pkgInfo.digestMethod = PKG_DIGEST_TYPE_SHA256;
687 pkgInfo_.pkgInfo.digestMethod = PKG_DIGEST_TYPE_SHA384;
732 algorithm = PkgAlgorithmFactory::GetDigestAlgorithm(pkgInfo_.pkgInfo.digestMethod);
844 0, fileInfo_.fileInfo.digestMethod
897 fileInfo_.fileInfo.digestMethod = PKG_DIGEST_TYPE_NONE;
937 0, fileInfo_.fileInfo.digestMethod
1006 if (pkgInfo_.pkgInfo.digestMethod < PKG_DIGEST_TYPE_MAX) {
1007 return packageTlvType[pkgInfo_.pkgInfo.digestMethod];