Home
last modified time | relevance | path

Searched refs:computeContentDigestsPer1MbChunk (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java168 actualDigests = computeContentDigestsPer1MbChunk(digestAlgorithms, apkFileDescriptor, in verifyIntegrityFor1MbChunkBasedAlgorithm()
189 public static byte[][] computeContentDigestsPer1MbChunk(int[] digestAlgorithms, in computeContentDigestsPer1MbChunk() method in ApkSigningBlockUtils
216 return computeContentDigestsPer1MbChunk(digestAlgorithms, in computeContentDigestsPer1MbChunk()
220 private static byte[][] computeContentDigestsPer1MbChunk( in computeContentDigestsPer1MbChunk() method in ApkSigningBlockUtils
/frameworks/base/services/core/java/com/android/server/pm/
DApkChecksums.java797 byte[][] digests = ApkSigningBlockUtils.computeContentDigestsPer1MbChunk(digestAlgos, in calculatePartialChecksumsIfRequested()