Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java176 private static final int DIGEST_PRIFIX_LENGTH = 5; field in HapUtils
282 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()