Searched refs:DIGEST_PRIFIX_LENGTH (Results 1 – 1 of 1) sorted by relevance
176 private static final int DIGEST_PRIFIX_LENGTH = 5; field in HapUtils282 byte[] chunkContentPrefix = new byte[DIGEST_PRIFIX_LENGTH]; in computeDigests()315 … chunkIndex * expectedDigestSizeBytes + DIGEST_PRIFIX_LENGTH, expectedDigestSizeBytes); in getDigests()330 new byte[DIGEST_PRIFIX_LENGTH + chunkCount * digestOutputSizeBytes]; in initComputeItem()