Searched refs:computeContentDigestsPer1MbChunk (Results 1 – 2 of 2) sorted by relevance
168 actualDigests = computeContentDigestsPer1MbChunk(digestAlgorithms, apkFileDescriptor, in verifyIntegrityFor1MbChunkBasedAlgorithm()189 public static byte[][] computeContentDigestsPer1MbChunk(int[] digestAlgorithms, in computeContentDigestsPer1MbChunk() method in ApkSigningBlockUtils216 return computeContentDigestsPer1MbChunk(digestAlgorithms, in computeContentDigestsPer1MbChunk()220 private static byte[][] computeContentDigestsPer1MbChunk( in computeContentDigestsPer1MbChunk() method in ApkSigningBlockUtils
797 byte[][] digests = ApkSigningBlockUtils.computeContentDigestsPer1MbChunk(digestAlgos, in calculatePartialChecksumsIfRequested()