Searched refs:digestCount (Results 1 – 3 of 3) sorted by relevance
303 int digestCount = 1; in generateDigest() local304 while (prevDot >= 0 && digestCount < maxDigests) { in generateDigest()309 digestCount++; in generateDigest()320 final int digestCount = in.readInt(); in InstantAppDigest() local321 if (digestCount == -1) { in InstantAppDigest()324 mDigestBytes = new byte[digestCount][]; in InstantAppDigest()325 for (int i = 0; i < digestCount; i++) { in InstantAppDigest()
301 int digestCount = 0; in verifySigner() local303 digestCount++; in verifySigner()315 throw new IOException("Failed to parse digest record #" + digestCount, e); in verifySigner()
314 int digestCount = 0; in verifySigner() local316 digestCount++; in verifySigner()328 throw new IOException("Failed to parse digest record #" + digestCount, e); in verifySigner()